Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.36 KB

corectl_run.md

File metadata and controls

41 lines (30 loc) · 1.36 KB

corectl run

Boots a new CoreOS instance

Synopsis

Boots a new CoreOS instance

corectl run [flags]

Options

  -c, --channel string        CoreOS channel stream (default "alpha")
  -L, --cloud_config string   cloud-config file location (either an URL or a local path)
  -N, --cpus int              VM number of virtual CPUs (default 1)
  -F, --format-root           formats and partitions the (persistent) root volume
  -h, --help                  help for run
  -m, --memory int            VM's RAM, in MB, per instance (1024 < memory < 8192) (default 1024)
  -n, --name string           names the VM (default is VM's UUID)
  -o, --offline               doesn't go online to check for newer images than the locally available ones unless there is none available.
  -r, --root string           append a (persistent) root volume to VM
  -H, --shared-homedir        mounts (via NFS) host's homedir inside VM
  -k, --sshkey string         VM's default ssh key
  -u, --uuid string           VM's UUID (default "random")
  -v, --version string        CoreOS version (default "latest")
  -p, --volume strings        append disk volumes to VM

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.