remove hostname resolution problem workaround

Signed-off-by: Andrew Hsu <andrewhsu@acm.org>
This commit is contained in:
Andrew Hsu 2016-05-24 19:06:30 +00:00
parent 6458d1f50f
commit 3d66418f30
1 changed files with 0 additions and 6 deletions

View File

@ -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