Skip to content

Commit c9629be

Browse files
author
jb
committed
0.5.1
1 parent ad59ffd commit c9629be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/plugins/docker/modules/environment_plugin.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
from src.utils.helpers import convert_model_json_to_obj
66
import docker
77

8-
CLIENT = docker.from_env()
8+
CLIENT = None # docker.from_env()
99

10-
imgs = CLIENT.images.list()
11-
pass
10+
# imgs = CLIENT.images.list()
11+
# pass
1212
# class Docker
1313

1414
class DockerEnvironment(Environment):

0 commit comments

Comments
 (0)