From f866169ddb710def88fe986bd5729a0f7271fe72 Mon Sep 17 00:00:00 2001 From: batoolhussaini Date: Tue, 13 Feb 2024 12:03:12 -0700 Subject: [PATCH] commit test of changes in branch for classes (#12) #12 --- src/tasks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tasks.py b/src/tasks.py index b993590..655b9db 100644 --- a/src/tasks.py +++ b/src/tasks.py @@ -185,6 +185,7 @@ def dockertest(c, verbose=0): # print(client.containers.run('netyeti/toolbox:latest', 'echo hello world')) client.images.pull("netyeti/toolbox:latest") + print("Docker Swarm Attributes:") from pprint import pprint pprint(client.swarm.attrs)