Skip to content

Commit

Permalink
Merge pull request #1 from rnburn/master
Browse files Browse the repository at this point in the history
Update references to docker image.
  • Loading branch information
rnburn authored Oct 11, 2017
2 parents a7a464c + 900f2d4 commit 5fa9fd9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion example/trivial/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nginx-opentracing
FROM rnburn/nginx-opentracing

WORKDIR /app
ADD . /app
Expand Down
2 changes: 1 addition & 1 deletion example/zoo/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nginx-opentracing
FROM rnburn/nginx-opentracing

WORKDIR /app
ADD . /app
Expand Down

0 comments on commit 5fa9fd9

Please sign in to comment.