Ver código fonte

Update docker.py

qiaofeng1227 2 anos atrás
pai
commit
c684e522e3
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      appmanage/api/utils/docker.py

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

@@ -7,6 +7,7 @@ from pathlib import Path
 from api.utils.common_log import myLogger
 from api.utils.common_log import myLogger
 from api.utils import shell_execute, const
 from api.utils import shell_execute, const
 from api.exception.command_exception import CommandException
 from api.exception.command_exception import CommandException
+from api.service import manage
 
 
 def pull_images(app_name):
 def pull_images(app_name):
     # 备用方法
     # 备用方法