atomic-containers (1) Linux Manual Page
atomic-containers – operations on containers
Synopsis
atomic containers COMMAND [OPTIONS] [CONTAINERS…]atomic containers allows the user to view and operate on containers
Commands
deletedelete 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 –helpdelete OPTIONS:
-a –all -f –force
list OPTIONS:
-a –all -f –filter
Filterables: container (id), image, command, created, status, runtime
–json
-n –noheading
–no-trunc
-q –quiet
