Thursday, August 24, 2023

Docker for Beginners


 This tutorial is docker for beginners.


Outline

  1. Environment set up
    1. Install Docker for Desktop
    2. Install Git
  2. Build an image from an existing application
  3. Push an image to a repository
  4. Start a container with the image
  5. Stop the container
  6. Delete the image
  7. test 

No comments:

Post a Comment