Skip to content

Commit

Permalink
[FAB-11128] Add retries to docker interceptor
Browse files Browse the repository at this point in the history
Change-Id: I979e5d91fe2de51d3dc2e8ae0df0e192dfb2c677
Signed-off-by: Troy Ronda <troy@troyronda.com>
  • Loading branch information
troyronda committed Jul 12, 2018
1 parent 5cecd16 commit b8a0344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fixtures/dockerenv/docker-compose-chaincoded.yaml
Expand Up @@ -9,7 +9,7 @@ services:

dockerd:
image: fabsdkgo-socat
command: TCP-LISTEN:2375,fork UNIX-CONNECT:/host/var/run/docker.sock
command: TCP-LISTEN:2375,fork,nodelay UNIX-CONNECT:/host/var/run/docker.sock,retry=10,interval=0.25
volumes:
- /var/run/:/host/var/run/
expose:
Expand Down

0 comments on commit b8a0344

Please sign in to comment.