Describe the bug
The simple python web app demo does not survive a reboot.
Expected behavior
I expect this demo to be a little more robust. In my case, I deployed the demo but it didn't work (due to issue #8 ) and so I powered down the VM's for the day and picked it up the next day.
Current behavior
If you deploy this solution but reboot the app server for any reason, the app server will stop serving the web page. This is too brittle. There's already enough to troubleshoot for a user.
Possible solution
I recommend a startup script that installs docker, runs a known simple docker image, and restarts on reboot. That's what I do in my demos.
Describe the bug
The simple python web app demo does not survive a reboot.
Expected behavior
I expect this demo to be a little more robust. In my case, I deployed the demo but it didn't work (due to issue #8 ) and so I powered down the VM's for the day and picked it up the next day.
Current behavior
If you deploy this solution but reboot the app server for any reason, the app server will stop serving the web page. This is too brittle. There's already enough to troubleshoot for a user.
Possible solution
I recommend a startup script that installs docker, runs a known simple docker image, and restarts on reboot. That's what I do in my demos.