bug fix in exclude

This commit is contained in:
usman@cyberpersons.com
2023-04-14 16:39:44 +05:00
parent a4e65cd6df
commit f4ba445750
3 changed files with 2 additions and 5 deletions

View File

@@ -137,6 +137,7 @@ class ContainerManager(multi.Thread):
client = docker.from_env()
dockerAPI = docker.APIClient()
try:
container = client.containers.get(name)
except docker.errors.NotFound as err: