Skip to content

Docker Commands

Most commonly used docker commands.

docker ps you can also use watch docker ps if you are specifically checking to see if the container is crashing.

docker compose up

docker compose up -d

docker compose down

docker compose down -v

docker logs <conatainer-name>

docker exec -it <container-name> bash

this is a succesful deployment