Skip to content

ciricihq/dockerfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Create new images

  1. Create folder and Dockerfile
  2. Push to master branch
  3. Create Docker image on local. For example: docker build -t ciricihq/node:${tag} .
  4. Exec docker login
  5. Publish the new image docker push ciricihq/node:${tag}
  6. Verify the image on https://hub.docker.com/