Files
moby/libnetwork/test/networkDb/Dockerfile
Flavio Crisciani 4037132b33 Fix listen port for test infra
Update Dockerfile, curl is used for the healthcheck
Add /dump for creating the routine stack trace

Signed-off-by: Flavio Crisciani <flavio.crisciani@docker.com>
2017-11-16 16:23:44 -08:00

10 lines
105 B
Docker

FROM alpine
RUN apk --no-cache add curl
COPY testMain /app/
WORKDIR app
ENTRYPOINT ["/app/testMain"]