% ATOMIC(1) Atomic Man Pages % Giuseppe Scrivano % June 2016
atomic-containers - operations on container
atomic containers COMMAND [OPTIONS] [CONTAINERS...]
atomic images allows the user to view and operate on containers
list By default, will list all running containers on your system.
Using --all will list all the installed containers.
[-h|--help] [-a|--all] [-f|--filter] [--json] [-n|--noheading] [--no-trunc] [-q|--quiet]
-h --help Print usage statement
-a --all Print all the installed containers
-f --filter
Filter output based on given filters, example usage: --filter id=foo
will list all containers that has "foo" as part of their ID.
Filterables: container (id)
, image
, command
, created
, status
, runtime
--json Print in a machine parsable format
-n --noheading Do not print heading when listing the containers
--no-trunc Do not truncate output
-q --quiet Only display container IDs
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)