mirror of https://github.com/docker/docs.git
Fixed URLs in examples
This commit is contained in:
parent
a42c61a6ef
commit
c13359b741
|
@ -113,7 +113,7 @@ ENTRYPOINT ["/usr/bin/mongod"]
|
|||
|
||||
Now save the file and let's build our image.
|
||||
|
||||
> **Note:** The full version of this `Dockerfile` can be found [here](https://github.com/docker/docker/blob/master/docs/examples/mongodb/Dockerfile).
|
||||
> **Note:** The full version of this `Dockerfile` can be found [here](https://github.com/docker/docker.github.io/blob/master/engine/examples/mongodb/Dockerfile).
|
||||
|
||||
## Building the MongoDB Docker image
|
||||
|
||||
|
|
Loading…
Reference in New Issue