Clone the repo cd test_api docker build -t image_name . docker run -p 5000:5000 image_name Now you can go to you http://0.0.0.0/index on your browser, it should display Hello World!