Skip to content

Commit

Permalink
rebuild after prakhar1989#36
Browse files Browse the repository at this point in the history
  • Loading branch information
prakhar1989 committed Jul 26, 2016
1 parent 16deae0 commit d681f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ <h3 id="24-dockerfile">2.4 Dockerfile</h3>
Successfully built 13e87ed1fbc2
</code></pre>

<p>If you don't have the <code>python-3:onbuild</code> image, the client will first pull the image and then create your image. Hence, your output on running the command will look different from mine. Look carefully and you'll notice that the on-build triggers were executed correctly. If everything went well, your image should be ready! Run <code>docker images</code> and see if your image shows.</p>
<p>If you don't have the <code>python:3-onbuild</code> image, the client will first pull the image and then create your image. Hence, your output on running the command will look different from mine. Look carefully and you'll notice that the on-build triggers were executed correctly. If everything went well, your image should be ready! Run <code>docker images</code> and see if your image shows.</p>
<p>The last step in this section is to run the image and see if it actually works (replacing my username with yours).</p>
<pre><code>$ docker run -p 8888:5000 prakhar1989/catnip
* Running on http://0.0.0.0:5000/ (Press CTRL+C to quit)
Expand Down

0 comments on commit d681f8e

Please sign in to comment.