Implement a version of the O1/VES interface for SMO
[smo/ves.git] / collector / ves-stop.sh
1 #!/bin/bash
2 echo "Stopping all containers"
3 docker stop $(docker ps -aq)