Skip to content
Snippets Groups Projects
Select Git revision
  • main default protected
  • stage-features
2 results

dased

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    James2Tulloch authored
    242ec6ba
    History

    ######Build and run: docker-compose build docker-compose up

    ######When finished: docker-compose down

    ######Stop all containers: docker stop $(docker ps -a -q)

    ######Remove all containers: docker rm $(docker ps -a -q)