mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-20 05:01:42 +00:00
Update cheatsheets
This commit is contained in:
21
doctl-compute-droplet
Normal file
21
doctl-compute-droplet
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user