Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 256 Bytes

File metadata and controls

8 lines (7 loc) · 256 Bytes
  • docker compose build --no-cache (to setup)
  • docker compose up -d (to start)
  • docker compose down (to stop)
  • docker images (list all images)
  • docker image prune -f (remove all non-used images)
  • docker ps -a

use the "-d" flag to run in detached mode