We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3321709 commit 17966c9Copy full SHA for 17966c9
libnetwork/cmd/ssd/ssd.py
@@ -146,7 +146,7 @@ def check_network(nw_name, ingress=False):
146
147
if command == 'gossip-consistency':
148
cspec = docker.types.ContainerSpec(
149
- image='sanimej/ssd',
+ image='docker/ssd',
150
args=[sys.argv[1], 'gossip-hash'],
151
mounts=[docker.types.Mount('/var/run/docker.sock', '/var/run/docker.sock', type='bind')]
152
)
0 commit comments