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