Skip to content

Instantly share code, notes, and snippets.

@tux255
Last active November 25, 2019 06:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tux255/f2c49c142bdcf0a32f168b9d76b3ce9c to your computer and use it in GitHub Desktop.
Save tux255/f2c49c142bdcf0a32f168b9d76b3ce9c to your computer and use it in GitHub Desktop.
Clear docker containers. Used to fix: Docker-compose up failing because "port is already allocated"
docker-compose down
docker rm -fv $(docker ps -aq)
sudo lsof -i -P -n | grep {PORT}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment