doctl compute image [flags]
The sub-commands of doctl compute image
manage images. A DigitalOcean image can be used to create a Droplet.
Currently, there are five types of images: snapshots, backups, custom images, distributions, and One-Click Apps.
Option | Description |
---|---|
--help , -h | Help for this command |
Command | Description |
---|---|
doctl compute | Display commands that manage infrastructure |
doctl compute image create | Create custom image |
doctl compute image delete | Permanently delete an image from your account |
doctl compute image get | Retrieve information about an image |
doctl compute image list | List images on your account |
doctl compute image list-application | List available One-Click Apps |
doctl compute image list-distribution | List available distribution images |
doctl compute image list-user | List user-created images |
doctl compute image update | Update an image's metadata |
Option | Description |
---|---|
--access-token , -t | API V2 access token |
--api-url , -u | Override default API endpoint |
--config , -c | Specify a custom config file Default:
|
--context | Specify a custom authentication context name |
--output , -o | Desired output format [text|json] Default: text |
--trace | Show a log of network activity while performing a command Default: false |
--verbose , -v | Enable verbose output Default: false |