79169865

Date: 2024-11-08 11:43:51
Score: 0.5
Natty:
Report link
  1. Build a docker image

docker build -t dockerHubUserName/first-image:0.0.1 .

( dockerHubUserName is docker Username, first-image is the project name, 0.0.1 is the tag (versions) and . represent current directory )

  1. Login in Docker

docker login

-> provide id and password

  1. push code in docker hub

docker push iamatif96/eureka-serveer:0.0.1

Reasons:
  • No code block (0.5):
Posted by: Mohammad Atif Aftab