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

https://github.com/n13org/dockerfiles

Various Dockerfiles and Docker-Compose files. For "playground" and in ci-cd-automation and DevOps topics and IaaS providers.
https://github.com/n13org/dockerfiles

devops docker docker-compose dockerfile iaas iac

Last synced: 6 months ago
JSON representation

Various Dockerfiles and Docker-Compose files. For "playground" and in ci-cd-automation and DevOps topics and IaaS providers.

Awesome Lists containing this project

README

          

# Dockerfiles

Various Dockerfiles and Docker-Compose files.

For "playground", in ci-cd-automation, DevOps topics and IaaS providers.

Most of the images are published to [n13.org on Docker Hub](https://cloud.docker.com/u/n13org/repository/list). Docker Hub offers a free plan or select a payed plan, [Pricing of Docker Hub](https://www.docker.com/pricing).

## Hints

A Dockerfile can have an entrypoint file. The last command inside the `entrypoint.sh` file can be `exec "$@"`to execute the CMD command after the endpoint is done.

## Docker Compose

The folder `_compose` contains Docker-Compose examples, each folder is a project.

### Docker Compose projects
* [SonarQubeWithPostgres](./_compose/SonarQubeWithPostgres)