I experimented with Docker lately. Here are a few commands, notes and issues I resolved while working on Ubuntu 16.04. I'm assuming you have docker installed (sudo apt-get update && apt-get install docker-ce)
Tutorial on the web for "dockerizing" python applications. - https://runnable.c…