Docker Base is a collection of services and containers pulled in and shared with my programming language specific environments. It is pulled into those repositories as a git submodule and expanded upon using Docker Compose Extend.
- Pull into your docker configuration using
git submodule add https://github.com/99linesofcode/docker-php.git base
; - Use the services relevant to your environment through
service.extends
;
Almost all the relevant configuration is done in/from the docker-compose.yaml
file. Take a look at docker-php if you want an example of how to correctly work with this repository.
Thank you for considering contributing to docker-base. Please review our Contribution Guidelines.
In order to ensure that the community is welcoming to all, please review and abide by the Code of Conduct.
Please review our security policy on how to report security vulnerabilities.
docker-base is open-sourced software licensed under the MIT license