Manage Containers

attach Attach to a running container

checkpoint Checkpoints one or more containers

cleanup Cleanup network and mountpoints of one or more containers

commit Create new image based on the changed container

cp Copy files/folders between a container and the local filesystem

create Create but do not start a container

diff Inspect changes on container’s file systems

exec Run a process in a running container

exists Check if a container exists in local storage

export Export container’s filesystem contents as a tar archive

init Initialize one or more containers

inspect Display the configuration of a container or image

kill Kill one or more running containers with a specific signal

list List containers

logs Fetch the logs of a container

mount Mount a working container’s root filesystem

pause Pause all the processes in one or more containers

port List port mappings or a specific mapping for the container

prune Remove all stopped containers

ps List containers

restart Restart one or more containers

restore Restores one or more containers from a checkpoint

rm Remove one or more containers

run Run a command in a new container

runlabel Execute the command described by an image label

start Start one or more containers

stats Display a live stream of container resource usage statistics

stop Stop one or more containers

top Display the running processes of a container

unmount Unmounts working container’s root filesystem

unpause Unpause the processes in one or more containers

wait Block on one or more containers