Created
June 28, 2018 05:03
-
-
Save 63phc/f53fa4f526ee94446b39c7a91e2dd936 to your computer and use it in GitHub Desktop.
ERROR: docker already post
This file contains hidden or 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-compose down | |
| docker rm -fv $(docker ps -aq) | |
| sudo lsof -i -P -n | grep 5432 | |
| kill -9 729 | |
| #mac | |
| redis-cli shutdown |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment