Created
February 20, 2018 19:23
-
-
Save marclove/1830b29a209ce0befeb7ef11e392a45f to your computer and use it in GitHub Desktop.
Docker Clean Rebuild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker stop $(docker ps -a -q) | |
docker rm $(docker ps -a -q) | |
docker rmi -f $(docker images -q) | |
docker-compose build | |
docker-compose up -d |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment