Update Dockerfile reference/tutorial links
This commit is contained in:
parent
e953a32a82
commit
feb8ad7b4c
4 changed files with 4 additions and 4 deletions
|
|
@ -17,7 +17,7 @@ FROM orchardup/php5
|
|||
ADD . /code
|
||||
```
|
||||
|
||||
This instructs Docker on how to build an image that contains PHP and Wordpress. For more information on how to write Dockerfiles, see the [Dockerfile tutorial](https://www.docker.io/learn/dockerfile/) and the [Dockerfile reference](http://docs.docker.io/en/latest/reference/builder/).
|
||||
This instructs Docker on how to build an image that contains PHP and Wordpress. For more information on how to write Dockerfiles, see the [Docker user guide](https://docs.docker.com/userguide/dockerimages/#building-an-image-from-a-dockerfile) and the [Dockerfile reference](http://docs.docker.com/reference/builder/).
|
||||
|
||||
Next up, `fig.yml` starts our web service and a separate MySQL instance:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue