lxc image
¶
Manage images
Synopsis¶
Description: Manage images
In LXD instances are created from images. Those images were themselves either generated from an existing instance or downloaded from an image server.
When using remote images, LXD will automatically cache images for you and remove them upon expiration.
The image unique identifier is the hash (sha-256) of its representation as a compressed tarball (or for split images, the concatenation of the metadata and rootfs tarballs).
Images can be referenced by their full hash, shortest unique partial hash or alias name (if one is set).
lxc image [flags]
Options inherited from parent commands¶
--debug Show all debug messages
--force-local Force using the local unix socket
-h, --help Print help
--project Override the source project
-q, --quiet Don't show progress information
--sub-commands Use with help or --help to view sub-commands
-v, --verbose Show all information messages
--version Print version number
SEE ALSO¶
lxc - Command line client for LXD
lxc image alias - Manage image aliases
lxc image copy - Copy images between servers
lxc image delete - Delete images
lxc image edit - Edit image properties
lxc image export - Export and download images
lxc image get-property - Get image properties
lxc image import - Import images into the image store
lxc image info - Show useful information about images
lxc image list - List images
lxc image refresh - Refresh images
lxc image set-property - Set image properties
lxc image show - Show image properties
lxc image unset-property - Unset image properties