diff --git a/README.md b/README.md index 9b5192d9..f1da9ae6 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Dependencies Docker ------------ -A [Dockerfile](docker/Dockerfile) is provided to support using nginx with OpenTracing +A docker image `rnburn/nginx-opentracing` is provided to support using nginx with OpenTracing in a manner analogous to the [nginx Docker image](https://hub.docker.com/_/nginx/). See [here](example/) for examples of how to use it. diff --git a/example/trivial/Dockerfile b/example/trivial/Dockerfile index dac25557..4fa71c86 100644 --- a/example/trivial/Dockerfile +++ b/example/trivial/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx-opentracing +FROM rnburn/nginx-opentracing WORKDIR /app ADD . /app diff --git a/example/zoo/Dockerfile b/example/zoo/Dockerfile index 282f9ac2..0eae320b 100644 --- a/example/zoo/Dockerfile +++ b/example/zoo/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx-opentracing +FROM rnburn/nginx-opentracing WORKDIR /app ADD . /app