atomic-storage (1) - Linux Manuals
atomic-storage: Manage container storage.
NAME
atomic-storage - Manage container storage.
SYNOPSIS
atomic storage COMMAND [OPTIONS]
atomic storage allows the user to easily manage container storage. You can reset your container environment back to its initial state as well as migrate all images, volumes, and containers from one version of atomic to another. With this command, users can quickly save all their data from the current atomic instance, change the container's content storage backend, and then import all their old data to the new system.
COMMANDS
export
export command will export all the current images, volumes, and containers to the specified directory (/var/lib/atomic/migrate by default), in the /images, /volumes, /containers subdirectories.
import
import command will import images, volumes, and containers from the specified directory (/var/lib/atomic/migrate by default) into the new atomic instance.
reset
modify
-h --help
--graph
Root of the docker runtime. If you are running docker at the default
location (/var/lib/docker), you don't need to pass this flag. However
if you are running docker at a custom location. This flag must be set.
--dir
Directory in which to temporarily store the files (can be an existing
directory, or the command will create one). If no directory is specified,
/var/lib/atomic/migrate would be used as default.
Atomic --assumeyes option can be used
[-y|--assumeyes]
-h --help
--graph
Root of the docker runtime. If you are running docker at the default
location (/var/lib/docker), you don't need to pass this flag. However
if you are running docker at a custom location. This flag must be set.
--dir
Directory from which to import the files (images, containers and volumes).
If this flag is not set atomic storage will assume the import location to
be /var/lib/atomic/migrate. Whether you set this flag or use the default,
the directory must be present for the import to happen successfully.
-h --help
--add-device
Add block devices to storage pool. This command will expand your devicemapper
storage pool by adding the block device. Only works with devicemapper driver.
--remove-device
Remove block devices from the storage pool. If a device is not empty, this
command will try to first move its data to some other device in the pool.
--remove-unused-devices
Remove all block devices from the storage pool that are currently unused.
--driver
Backend storage driver for containers. This options the storage driver.
Drivers supported: devicemapper, overlay, overlay2
--vgroup
The name of the volume group for the storage pool.
-h --help
--graph
Root of the docker runtime. atomic will search for either /var/lib/docker or /var/lib/docker-latest, if only one exists, atomic will select it as the default. If both exists or you are running docker with a graph storage at a non default location, you need to pass this flag.
October 2015, Originally compiled by Shishir Mahajan (shishir dot mahajan at redhat dot com)
export OPTIONS
Note:
import OPTIONS
modify OPTIONS
reset OPTIONS
HISTORY