func (c GenericContainer) CreateUser(user *system.OSUser) error { return user.CreateUser(path.Join(c.Location(), c.Name())) }
func (c GenericContainer) UpdateUser(user *system.OSUser) error { err := user.UpdateEntry(path.Join(c.Location(), c.Name())) return err }