Build Docker Image w/Dockerfile

Goal:

  • Figured I should start from the basics to see how one can create an application from an file. Then in turn any updates/changes can be generated in an image w/out having to update the file at all. #swish

Lessons Learned:

  • Create Dockerfile
  • Test/Build the image using the file
  • Launch the container from port 80

Create DockerFile:

  • After you SSH, now you can do the things below…

Build the Image:

Test the image from port 80

One thought on “Build Docker Image w/Dockerfile

Leave a comment