A simple Python script that makes it easy to test containers.
$ docker build . -t flaskapp_container
$ python3 -m venv .venv
$ source .venv/bin/activate
(.venv)$ pip install --upgrade pip
(.venv)$ pip install conu
(.venv)$ python test_container.py