Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 332 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 332 Bytes

Pushing a Docker container image to Docker Hub

  1. Log in to a Docker registry
docker login -u <insert-username> -p <insert-password>
  1. Build image from dockerfile.
docker build -t walljcg/geodata .
  1. push docker image to docker registry
docker push walljcg/geodata:latest