|
@@ -14,6 +14,7 @@ def get_process_perc(app_name):
|
|
|
app_version = read_env(path, "APP_VERSION")
|
|
|
client = docker.from_env()
|
|
|
image_name = app_name + ":" + app_version
|
|
|
+ print(resp)
|
|
|
resp = client.api.pull(image_name, stream=True, decode=True)
|
|
|
print(resp)
|
|
|
#for line in resp:
|