class Envirobly::ContainerShell

def exec(command = nil)

def exec(command = nil)
  with_private_key do
    system join(env_vars, ssh, user_and_host, command)
  end
end