1
0
mirror of https://github.com/projectatomic/atomic.git synced 2026-02-05 09:44:59 +01:00
Files
atomic/atomic-containers.1.md
Dan Walsh 29e7829fd8 Move atomic ps to atomic containers
As we add more commands related to containers, IE Trim, we need to make
containers be a subcommand and add verbs like list, and trim

Closes: #579
Approved by: giuseppe
2016-09-02 11:10:08 +00:00

1.2 KiB

% ATOMIC(1) Atomic Man Pages % Giuseppe Scrivano % June 2016

NAME

atomic-containers - operations on container

SYNOPSIS

atomic containers COMMAND [OPTIONS] [CONTAINERS...]

atomic images allows the user to view and operate on containers

COMMANDS

list By default, will list all running containers on your system.

Using --all will list all the installed containers.

list OPTIONS

[-h|--help] [-a|--all] [-f|--filter] [--json] [-n|--noheading] [--no-trunc] [-q|--quiet]

OPTIONS:

-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

HISTORY

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)