https://github.com/99linesofcode/docker-collection
Reference to all my Docker containers
https://github.com/99linesofcode/docker-collection
docker php
Last synced: 10 months ago
JSON representation
Reference to all my Docker containers
- Host: GitHub
- URL: https://github.com/99linesofcode/docker-collection
- Owner: 99linesofcode
- License: mit
- Created: 2020-06-09T18:27:26.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-07-06T18:48:28.000Z (12 months ago)
- Last Synced: 2025-08-16T17:43:37.922Z (10 months ago)
- Topics: docker, php
- Homepage:
- Size: 200 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker Base
Docker Base is a collection of Docker and Docker Compose files used to quickly spin up a development container. Looking for a way to keep your project code and dependencies separate from your host machine? Want something to base your Github Codespace or Gitpod containers off of? This repository might serve as a good starting point.
## Configuration
Development dependencies can be found in the `Dockerfile` for each respective development environment. Programming language specific containers extend a base container running Ubuntu LTS. Just about everything else can be found and configured in the respective `docker-compose.yaml` files.
## Contributing to docker-base
Thank you for considering contributing to docker-base. Please review our [Contribution Guidelines](https://github.com/99linesofcode/.github/blob/main/.github/CONTRIBUTING.md).
## Code of Conduct
In order to ensure that the community is welcoming to all, please review and abide by the [Code of Conduct](https://github.com/99linesofcode/.github?tab=coc-ov-file).
## Security Vulnerabilities
Please review [our security policy](https://github.com/99linesofcode/.github?tab=security-ov-file) on how to report security vulnerabilities.
## License
docker-base is open-sourced software licensed under the [MIT license](https://github.com/99linesofcode/docker-base?tab=MIT-1-ov-file)