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