Skip to content

Instantly share code, notes, and snippets.

@s-chb
Last active July 5, 2021 15:12
Show Gist options
  • Save s-chb/5fd544af65ca17a55078c3e2b1173c6c to your computer and use it in GitHub Desktop.
Save s-chb/5fd544af65ca17a55078c3e2b1173c6c to your computer and use it in GitHub Desktop.
# If you want to stop and remove your stopped containers:
docker stop $(docker ps -a -q) &&
docker rm $(docker ps -a -q)
# Run containers:
docker-compose up -d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment