Nukes all current Docker processes docker system prune -a
Restart Docker after System prune to clean things out completely.
Build before your up. docker-compose build docker-compose up
To shell into a container docker exec -it nginx sh
Nukes all current Docker processes docker system prune -a
Restart Docker after System prune to clean things out completely.
Build before your up. docker-compose build docker-compose up
To shell into a container docker exec -it nginx sh