Goglides Dev 🌱

Balkrishna Pandey
Balkrishna Pandey

Posted on

Explain the process to containerize simple web application.

Please include following steps,

  • Describe how containers function in various operating systems. We didn't go over this procedure in detail in today's class, so please do some research.
  • Explain what is Dockerfile and how it works?
  • Create simple web application in github and use Dockerfile to containerize the application.
  • Publish image to docker hub.
  • Explain how you can launch the application using that container.

Top comments (1)

Collapse
 
rahul profile image
Rahul Gautam • Edited

goglides.dev/rahul/process-to-cont...

Here I have written about Container, Docker File and creating a Dockerfile to containerize an application.