atomic-containers (1) - Linux Manuals
atomic-containers: operations on containers
NAME
atomic-containers - operations on containers
SYNOPSIS
atomic containers COMMAND [OPTIONS] [CONTAINERS...]
atomic containers allows the user to view and operate on containers
COMMANDS
delete
delete specified container(s).
list
list containers on your system.
trim
discard unused blocks (fstrim) on running containers.
update
update a system container.
rollback
rollback a system container.
DESCRIPTION
atomic containers delete, delete specified container image from the system.
Using --all will delete all the installed containers.
atomic containers list, by default, will list all running containers on your system.
Using --all will list all the installed containers.
atomic containers trim, Discard unused blocks (fstrim) on rootfs of running containers.
e.g. If you have 2 running containers on your system with container IDs (496b8679b6cf, 9bb990da1203).
-
atomic containers trim Trimming container id 496b8679b6cf Trimming container id 9bb990da1203
atomic containers update, update a system container to use a newer version of an image.
Can use --set to update environment variables.
atomic containers rollback, rollback a system container to the other deployment if one exists.
OPTIONS:
-h --help
-a --all
-f --force
-a --all
-f --filter
Filterables: container (id), image, command, created, status, runtime
--json
-n --noheading
--no-trunc
-q --quiet
--set=NAME=VALUE
June 2016, Originally compiled by Giuseppe Scrivano (gscrivan at redhat dot com)
July 2016, Added sub-commands filter, no-trunc and quiet (jerzhang at redhat dot com)
Sept 2016, Added atomic containers trim subcommand (shishir dot mahajan at redhat dot com)
delete OPTIONS:
list OPTIONS:
update OPTIONS:
HISTORY