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:
|
||||
aliases:
|
||||
- notary-server
|
||||
environment:
|
||||
- GODEBUG=netdns=cgo
|
||||
entrypoint: /usr/bin/env sh
|
||||
command: -c "./migrations/migrate.sh && notary-server -config=fixtures/server-config.json"
|
||||
depends_on:
|
||||
|
@ -26,8 +24,6 @@ services:
|
|||
sig:
|
||||
aliases:
|
||||
- notarysigner
|
||||
environment:
|
||||
- GODEBUG=netdns=cgo
|
||||
entrypoint: /usr/bin/env sh
|
||||
command: -c "./migrations/migrate.sh && notary-signer -config=fixtures/signer-config.json"
|
||||
depends_on:
|
||||
|
@ -46,8 +42,6 @@ services:
|
|||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
environment:
|
||||
- GODEBUG=netdns=cgo
|
||||
command: buildscripts/testclient.sh
|
||||
volumes:
|
||||
- ./test_output:/test_output
|
||||
|
|
Loading…
Reference in New Issue