Skip to content

Commit 17966c9

Browse files
author
Dani Louca
committed
Move SSD image to docker
Signed-off-by: Dani Louca <dani.louca@docker.com>
1 parent 3321709 commit 17966c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libnetwork/cmd/ssd/ssd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def check_network(nw_name, ingress=False):
146146

147147
if command == 'gossip-consistency':
148148
cspec = docker.types.ContainerSpec(
149-
image='sanimej/ssd',
149+
image='docker/ssd',
150150
args=[sys.argv[1], 'gossip-hash'],
151151
mounts=[docker.types.Mount('/var/run/docker.sock', '/var/run/docker.sock', type='bind')]
152152
)

0 commit comments

Comments
 (0)