docker
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
docker.txt · Last modified: 2025/04/21 13:33 by utedass
