Перейти к содержанию

Svc vm create

svc vm create

Create domain

svc vm create <DOMAIN-NAME> [flags]

Options

  -a, --async                Display information about the task in progress, without waiting for the task to complete
  -c, --cpu_count int        Cpu Count (default 1)
      --description string   Domain description
  -f, --file string          File to get the json config from
  -h, --help                 help for create
  -m, --memory_count int     Memory Count (default 4096)
  -n, --name string          Domain name
      --node string          Node Id
      --os_type string       Domain os type (default "Other")
      --os_version string    Domain os version (default "UNKNOWN OS")

Options inherited from parent commands

      --debug           Debug logging
      --format string   Set the output format: table, text, yaml, json, json-rest (default "table")
      --token string    Set the jwt token to use
      --url string      Set the API url, for example https://192.168.150.11.

SEE ALSO