mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:22:09 +02:00
doctl-compute-droplet: add page (#7524)
This commit is contained in:
parent
dea25fb85a
commit
0dd975ec3a
1 changed files with 16 additions and 0 deletions
16
pages/common/doctl-compute-droplet.md
Normal file
16
pages/common/doctl-compute-droplet.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# doctl compute droplet
|
||||
|
||||
> List, create, and delete virtual machines which are called droplets.
|
||||
> More information: <https://docs.digitalocean.com/reference/doctl/reference/compute/droplet/>.
|
||||
|
||||
- Create a droplet:
|
||||
|
||||
`doctl compute droplet create --region {{region}} --image {{os_image}} --size {{vps_type}} {{droplet_name}}`
|
||||
|
||||
- Delete a droplet:
|
||||
|
||||
`doctl compute droplet delete {{droplet_id|droplet_name}}`
|
||||
|
||||
- List droplets:
|
||||
|
||||
`doctl compute droplet list`
|
Loading…
Add table
Reference in a new issue