← 返回命令列表

Linux command

vboxmanage-cloud 命令

文件

复制后可按需替换文件名、目录或参数。

常用示例

List cloud instances

vboxmanage cloud --provider=[provider] --profile=[profile] instance list

Create cloud instance

vboxmanage cloud --provider=[provider] --profile=[profile] instance create

Terminate cloud instance

vboxmanage cloud --provider=[provider] --profile=[profile] instance terminate --id=[id]

说明

vboxmanage cloud manages cloud instances from VirtualBox. Integrates with Oracle Cloud Infrastructure (OCI) for managing cloud VMs alongside local VMs.

参数

--provider _name_
Cloud provider (e.g., OCI).
--profile _name_
Cloud profile name.
instance _cmd_
Instance operations.
image _cmd_
Image operations.
network _cmd_
Network operations.

FAQ

What is the vboxmanage-cloud command used for?

vboxmanage cloud manages cloud instances from VirtualBox. Integrates with Oracle Cloud Infrastructure (OCI) for managing cloud VMs alongside local VMs.

How do I run a basic vboxmanage-cloud example?

Run `vboxmanage cloud --provider=[provider] --profile=[profile] instance list` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does --provider _name_ do in vboxmanage-cloud?

Cloud provider (e.g., OCI).