mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Add more links and a question to the faq
This commit is contained in:
parent
1904003511
commit
75a116bdaa
3 changed files with 36 additions and 10 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
Building a python web app
|
||||
=========================
|
||||
The goal of this example is to show you how you can author your own docker images using a parent image, making changes to it, and then saving the results as a new image. We will do that by making a simple hello flask web application image.
|
||||
The goal of this example is to show you how you can author your own docker images using a parent image, making changes to it, and then saving the results as a new image. We will do that by making a simple hello flask web application image.
|
||||
|
||||
**Steps:**
|
||||
|
||||
|
@ -64,3 +64,7 @@ See the example in action
|
|||
<div style="margin-top:10px;">
|
||||
<iframe width="720" height="350" src="http://ascii.io/a/2573/raw" frameborder="0"></iframe>
|
||||
</div>
|
||||
|
||||
Continue to the `base commands`_
|
||||
|
||||
.. _base commands: ../commandline/basecommands.html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue