Skip to content

Latest commit

 

History

History
executable file
·
13 lines (8 loc) · 164 Bytes

NOTES.md

File metadata and controls

executable file
·
13 lines (8 loc) · 164 Bytes

Some tech notes:

List containers

  • docker-compose ps

Stop & Remove containers

  • docker-compose stop
  • docker-compose rm

Build & Rebuild

  • docker-compose build