1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

added headers to examples linking back to running the examples page

This commit is contained in:
Ken Cochrane 2013-04-07 10:23:00 -04:00
parent 81ebf4fcf6
commit 6eb8a74ff9
5 changed files with 12 additions and 3 deletions

View file

@ -6,6 +6,9 @@
Building a python web app
=========================
.. include:: example_header.inc
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:**