-
James2Tulloch authoredJames2Tulloch authored
README.md 221 B
######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)