<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<span># HG changeset patch<br>
</span>
<div># User Daniel Edgar <edgar@f5.com><br>
</div>
<div># Date 1563474528 25200<br>
</div>
<div>#      Thu Jul 18 11:28:48 2019 -0700<br>
</div>
<div># Node ID 6f301c8192834d19a2c866ba79005613f8374e56<br>
</div>
<div># Parent  3e0adcea05fd295ff84aa38c4259bf1fc0c3264f<br>
</div>
<div>Added alias to make the Python application function in the Docker howto.<br>
</div>
<div><br>
</div>
<div>diff --git a/source/howto/docker.rst b/source/howto/docker.rst<br>
</div>
<div>--- a/source/howto/docker.rst<br>
</div>
<div>+++ b/source/howto/docker.rst<br>
</div>
<div>@@ -53,6 +53,7 @@<br>
</div>
<div> <br>
</div>
<div>        > from flask import Flask<br>
</div>
<div>        > app = Flask(__name__)<br>
</div>
<div>+       > application = app<br>
</div>
<div>        ><br>
</div>
<div>        > @app.route('/')<br>
</div>
<div>        > def hello_world():<br>
</div>
<span></span><br>
</div>
</body>
</html>