Merge pull request #2251 from dani-docker/ssd_image_rename
Move SSD image to docker
This commit is contained in:
commit
bc2180c4b1
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ if __name__ == '__main__':
|
|||
|
||||
if command == 'gossip-consistency':
|
||||
cspec = docker.types.ContainerSpec(
|
||||
image='sanimej/ssd',
|
||||
image='docker/ssd',
|
||||
args=[sys.argv[1], 'gossip-hash'],
|
||||
mounts=[docker.types.Mount('/var/run/docker.sock', '/var/run/docker.sock', type='bind')]
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue