mirror of https://github.com/docker/docs.git
remove hostname resolution problem workaround
Signed-off-by: Andrew Hsu <andrewhsu@acm.org>
This commit is contained in:
parent
6458d1f50f
commit
3d66418f30
|
@ -10,8 +10,6 @@ services:
|
||||||
srv:
|
srv:
|
||||||
aliases:
|
aliases:
|
||||||
- notary-server
|
- notary-server
|
||||||
environment:
|
|
||||||
- GODEBUG=netdns=cgo
|
|
||||||
entrypoint: /usr/bin/env sh
|
entrypoint: /usr/bin/env sh
|
||||||
command: -c "./migrations/migrate.sh && notary-server -config=fixtures/server-config.json"
|
command: -c "./migrations/migrate.sh && notary-server -config=fixtures/server-config.json"
|
||||||
depends_on:
|
depends_on:
|
||||||
|
@ -26,8 +24,6 @@ services:
|
||||||
sig:
|
sig:
|
||||||
aliases:
|
aliases:
|
||||||
- notarysigner
|
- notarysigner
|
||||||
environment:
|
|
||||||
- GODEBUG=netdns=cgo
|
|
||||||
entrypoint: /usr/bin/env sh
|
entrypoint: /usr/bin/env sh
|
||||||
command: -c "./migrations/migrate.sh && notary-signer -config=fixtures/signer-config.json"
|
command: -c "./migrations/migrate.sh && notary-signer -config=fixtures/signer-config.json"
|
||||||
depends_on:
|
depends_on:
|
||||||
|
@ -46,8 +42,6 @@ services:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
environment:
|
|
||||||
- GODEBUG=netdns=cgo
|
|
||||||
command: buildscripts/testclient.sh
|
command: buildscripts/testclient.sh
|
||||||
volumes:
|
volumes:
|
||||||
- ./test_output:/test_output
|
- ./test_output:/test_output
|
||||||
|
|
Loading…
Reference in New Issue