Fixing link to Dockerfile reference
I was browsing your docs and found the original Dockerfile reference link wasn't correct (i.e. it was/is going to a 404/search page). I corrected the link here.
This commit is contained in:
parent
d511f2b8c7
commit
5b09fe6af8
4 changed files with 4 additions and 4 deletions
|
|
@ -26,7 +26,7 @@
|
|||
<div class="highlight"><pre><code class="text language-text" data-lang="text">FROM orchardup/php5
|
||||
ADD . /code
|
||||
</code></pre></div>
|
||||
<p>This instructs Docker on how to build an image that contains PHP and Wordpress. For more information on how to write Dockerfiles, see the <a href="https://www.docker.io/learn/dockerfile/">Dockerfile tutorial</a> and the <a href="http://docs.docker.io/en/latest/use/builder/">Dockerfile reference</a>.</p>
|
||||
<p>This instructs Docker on how to build an image that contains PHP and Wordpress. For more information on how to write Dockerfiles, see the <a href="https://www.docker.io/learn/dockerfile/">Dockerfile tutorial</a> and the <a href="http://docs.docker.io/en/latest/reference/builder/">Dockerfile reference</a>.</p>
|
||||
|
||||
<p>Next up, <code>fig.yml</code> starts our web service and a separate MySQL instance:</p>
|
||||
<div class="highlight"><pre><code class="text language-text" data-lang="text">web:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue