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.
- Host: GitHub
- URL: https://github.com/n13org/dockerfiles
- Owner: n13org
- License: mit
- Created: 2019-05-21T05:23:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-09-09T04:36:41.000Z (over 3 years ago)
- Last Synced: 2025-03-28T16:45:36.582Z (10 months ago)
- Topics: devops, docker, docker-compose, dockerfile, iaas, iac
- Language: Shell
- Homepage:
- Size: 81.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)