====== Docker ====== ===== Cheat cheat ===== | ps | Show running containers | | stats | Like htop | | container ls -a | Show created containers | | stop | Stop a created container | | start | Start a created container | | container inspect | Show details about specific container | | logs | Show logs | | image ls | Show downloaded images | | run | Create new container from image | ===== Cheat cheat =====