Skip to content

99linesofcode/docker-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

docker-base

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.

Configuration

  1. Pull into your docker configuration using git submodule add https://github.com/99linesofcode/docker-php.git base;
  2. 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.

Contributing to docker-base

Thank you for considering contributing to docker-base. Please review our Contribution Guidelines.

Code of Conduct

In order to ensure that the community is welcoming to all, please review and abide by the Code of Conduct.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

License

docker-base is open-sourced software licensed under the MIT license

About

Collection of Docker containers for frequently used services

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published