Skip to content

Instantly share code, notes, and snippets.

@bsdlp
Created May 16, 2016 04:40
Show Gist options
  • Select an option

  • Save bsdlp/112e2f833cd2076fc86719ebc37d61bb to your computer and use it in GitHub Desktop.

Select an option

Save bsdlp/112e2f833cd2076fc86719ebc37d61bb to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
TEAM=$1
docker kill ${TEAM} || true
docker rm -f ${TEAM} || true
rm -rf /opt/urt/${TEAM} || true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment