Table of Contents

Docker

Cheat cheat

ps Show running containers
stats Like htop
container ls -a Show created containers
stop <id> Stop a created container
start <id> Start a created container
container inspect <id> Show details about specific container
logs <id> Show logs
image ls Show downloaded images
run <iid> Create new container from image

Cheat cheat