Run your docker with docker-compose
. It helps to keep your arguments/settings in a single file and run together in an isolated environment.
Install docker-compose
pip install -U docker-compose
To start your apllication. Run following command
docker-compose up -d
Visit http://127.0.0.1:8888
To stop the service
docker-compose stop