incus launch
¶
从镜像创建和启动实例
概要¶
描述: 从镜像创建和启动实例
incus launch [<remote>:]<image> [<remote>:][<name>] [flags]
示例¶
incus launch images:ubuntu/22.04 u1
incus launch images:ubuntu/22.04 u1 < config.yaml
Create and start a container with configuration from config.yaml
incus launch images:ubuntu/22.04 u2 -t aws:t2.micro
Create and start a container using the same size as an AWS t2.micro (1 vCPU, 1GiB of RAM)
incus launch images:ubuntu/22.04 v1 --vm -c limits.cpu=4 -c limits.memory=4GiB
Create and start a virtual machine with 4 vCPUs and 4GiB of RAM
选项¶
-c, --config Config key/value to apply to the new instance
--console[="console"] Immediately attach to the console
-d, --device New key/value to apply to a specific device
--empty Create an empty instance
--environment-file Include environment variables from file
-e, --ephemeral Ephemeral instance
-n, --network Network name
--no-profiles Create the instance with no profiles applied
-p, --profile Profile to apply to the new instance
-s, --storage Storage pool name
--target Cluster member name
-t, --type Instance type
--vm Create a virtual machine
从父命令继承的选项¶
--debug Show all debug messages
--force-local Force using the local unix socket
-h, --help Print help
--project Override the source project
-q, --quiet Don't show progress information
--sub-commands Use with help or --help to view sub-commands
-v, --verbose Show all information messages
--version Print version number
参见¶
incus - Incus 的命令行客户端