From 900f2d4f23886fb129364122cff71b066403740b Mon Sep 17 00:00:00 2001 From: rnburn Date: Wed, 11 Oct 2017 15:54:18 -0700 Subject: [PATCH] Update references to docker image. --- README.md | 2 +- example/trivial/Dockerfile | 2 +- example/zoo/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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