Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 346 Bytes

publish_docker.md

File metadata and controls

18 lines (10 loc) · 346 Bytes

nginx-auto-ssl publish on docker reminder

  1. build the latest image

    docker build .

  2. find the new image ID

    docker images

copy the first IMAGEID value in the list (eg: 2133c8f98f8a)

  1. tag the imageid

    docker tag 2133c8f98f8a elestio/nginx-auto-ssl:latest

  2. push to docker hub

    docker push elestio/nginx-auto-ssl:latest