Files
tldr/pages.zh/common/doctl-compute-droplet.md

16 lines
457 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# doctl 计算 虚拟机
> 列出、创建和删除称为 droplet 的虚拟机。
> 更多信息:<https://docs.digitalocean.com/reference/doctl/reference/compute/droplet/>.
- 创建一个 droplet
`doctl compute droplet create --region {{region}} --image {{os_image}} --size {{vps_type}} {{droplet_name}}`
- 删除一个 droplet
`doctl compute droplet delete {{droplet_id|droplet_name}}`
- 列出所有 droplets
`doctl compute droplet list`