summaryrefslogtreecommitdiffstats
path: root/mock-ves/cleanup-dev.sh
diff options
context:
space:
mode:
Diffstat (limited to 'mock-ves/cleanup-dev.sh')
-rw-r--r--mock-ves/cleanup-dev.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/mock-ves/cleanup-dev.sh b/mock-ves/cleanup-dev.sh
new file mode 100644
index 0000000..0cf27b3
--- /dev/null
+++ b/mock-ves/cleanup-dev.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+export APP_NAME=mock-ves
+
+docker rm -f ${APP_NAME}
+docker rmi ${APP_NAME}
+