An open API service indexing awesome lists of open source software.

https://github.com/ciricihq/dockerfiles

The Dockerfiles of our commonly used docker images
https://github.com/ciricihq/dockerfiles

composer docker gitlab-runner node nodejs opencomponents php

Last synced: 9 months ago
JSON representation

The Dockerfiles of our commonly used docker images

Awesome Lists containing this project

README

          

# 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/`