Lab 6: Run your server application using Docker

In this lab you will accomplish the following:

  1. Get your hands dirty with docker

Please do the following

  1. Install docker on your machine
    1. If you have an older Windows machine and the above doesn’t work, please use Docker Toolbox
  2. Please use the dockerfile in the notes to dockerize your Lab 5 calculator. It should still run on port 5000.
  3. Run your dockerfile
  4. If you can still run the client application (the calculator web client) found in the course files directory against your docker container, you have completed the lab