Skip to content

Instantly share code, notes, and snippets.

@vepo
Created September 9, 2017 12:38
Show Gist options
  • Save vepo/4e1eb012e71c1fa71086b977945de2a6 to your computer and use it in GitHub Desktop.
Save vepo/4e1eb012e71c1fa71086b977945de2a6 to your computer and use it in GitHub Desktop.
Cleanup docker-compose
#!/bin/bash
docker-compose stop
docker-compose rm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment