Skip to content

Instantly share code, notes, and snippets.

@cjus
Last active July 18, 2018 17:09
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 cjus/09352df8afe3b210945b40228dba8ec3 to your computer and use it in GitHub Desktop.
Save cjus/09352df8afe3b210945b40228dba8ec3 to your computer and use it in GitHub Desktop.
Stack down script
#!/bin/sh
export STACK_NAME='test'
docker stack rm ${STACK_NAME}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment