corectl_ssh.md

September 12, 2017 ยท View on GitHub

corectl ssh

Attach to or run commands inside a running CoreOS instance

Synopsis

Attach to or run commands inside a running CoreOS instance

corectl ssh VMid ["command1;..."] [flags]

Examples

  corectl ssh VMid                 // logins into VMid
  corectl ssh VMid "some commands" // runs 'some commands' inside VMid and exits

Options

  -h, --help   help for ssh

Options inherited from parent commands

  -d, --debug   adds additional verbosity, and options, directed at debugging purposes and power users

SEE ALSO

  • corectl - CoreOS over macOS made simple.