docker sh

This commit is contained in:
MaxKey
2023-02-06 14:37:25 +08:00
parent 67eea12943
commit 33c5720d19
5 changed files with 155 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
echo "rm MaxKey ... "
./docker_stop.sh
#maxkey-nginx proxy
docker rm maxkey-nginx
#maxkey-frontend
docker rm maxkey-frontend
#maxkey-mgt-frontend
docker rm maxkey-mgt-frontend
#maxkey
docker rm maxkey
#maxkey-mgt
docker rm maxkey-mgt
#MySQL
docker rm maxkey-mysql
echo "rm done."