Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
docker login -u username imagehub.cdc.gov:5989

b. build docker image locally using Dockerfile with tag which point to nexus repository.

Code Block
docker build -t imagehub.cdc.gov:5989/helloworld:latest .

c. Then push the image to nexus repository 

Code Block
docker push imagehub.cdc.gov:5989/helloworld:latest