docker
This is an old revision of the document!
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 |
docker.1634975921.txt.gz · Last modified: 2022/09/12 00:30 (external edit)
