Przeglądaj źródła

Update docker.py

qiaofeng1227 2 lat temu
rodzic
commit
a0226115d7
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      appmanage/api/utils/docker.py

+ 1 - 1
appmanage/api/utils/docker.py

@@ -51,7 +51,7 @@ def check_vm_resource(app_name):
     return true
 
 def check_app_directory(app_name):
-    # 判断/data/apps/app_name是否已经存在,如果已经存在,方法结束
+    # websoft9's support applist
     print("checking dir...")
     path = "/data/apps/"+app_name
     isexsits = os.path.exists(path)