mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Move SSD image to docker
Signed-off-by: Dani Louca <dani.louca@docker.com>
This commit is contained in:
parent
3321709a62
commit
17966c940a
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…
Add table
Reference in a new issue