arthurgousset / docker

✨ Docker cheat sheet

Repository from Github https://github.comarthurgousset/dockerRepository from Github https://github.comarthurgousset/docker

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

About

✨ Docker cheat sheet