/docker

✨ Docker cheat sheet

Docker (Cheat Sheet)

Note

This is a cheat sheet on Docker (mostly notes-to-self). It is incomplete by default.

Build Docker images locally

docker-compose build

Run Docker images locally

docker-compose up

List containers that are running

docker ps

Execute shell command inside container

docker exec -it <container_name> mongosh