Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 313 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 313 Bytes

Docker-Exercise

Simple Docker Helloworld Exercise

  1. Delete old prj if any & Clone new git project
  2. Put src code to maven package
  3. Build image based on Docker file
  4. Remove containers with the same container name if any
  5. Run container to deploy Docker image
  6. Push Docker image to a Docker repository