Skip to content

StatesTitle/dockerhub

Repository files navigation

dockerhub

This repo contains images hosted on Docker Hub

Add New Image

  1. Add new folder containing Dockerfile (<Dockerfile directory>)

  2. Log into docker hub, navigate to statestitle organization

  3. Create new Repository under statestitle organization

  4. Customize autobuild tags, change master branch Dockerfile Location to <Dockerfile directory>/Dockerfile

  5. Build image locally

     docker build --tag statestitle/<Dockerfile directory> ./<Dockerfile directory>
    
  6. Login to docker

     docker login
    
  7. Push initial image

     docker push statestitle/<Dockerfile directory name>:latest
    
  8. Create commit and check-in new Dockerfile

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published