
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


This has been so helpful. I have learned so much about dockers
LikeLike