Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 257 Bytes

docker-compose.md

File metadata and controls

12 lines (8 loc) · 257 Bytes

Docker Compose

Starting

  • Start all: docker-compose up
  • Start from custom compose file: docker-compose -f <file> up
  • Build when starting: --build

Cleanup

  • Delete containers: docker-compose rm -f
    -f Don't ask to confirm removal