Skip to content
Permalink
c414137ab2
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
executable file 15 lines (13 sloc) 342 Bytes
#!/bin/bash
docker stop tier-demo-ldap
docker stop tier-demo-mysql
docker stop tier-demo-idp
docker stop tier-demo-grouper
docker stop tier-demo-web-app
docker stop tier-demo-rabbit
docker rm tier-demo-ldap
docker rm tier-demo-mysql
docker rm tier-demo-idp
docker rm tier-demo-grouper
docker rm tier-demo-web-app
docker rm tier-demo-rabbit