Updated Url

This commit is contained in:
giancarlo 2020-10-07 14:35:50 +02:00
parent 163488af1c
commit baf015edff
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ class SwarmEngine:
# client = docker.DockerClient(base_url='<https_url>', tls=tls_config)
client = docker.DockerClient(base_url='http://docker-swarm1.int.d4science.net:2376/')
#client = docker.DockerClient(base_url='https://swarm.d4science.org:80/')
#client = docker.DockerClient(base_url='https://swarm.d4science.org:433/')
# client = docker.DockerClient(base_url='unix://var/run/docker.sock')
print(json.dumps(client.info(), indent=2))