https://github.com/ixnode/docker-recipes
A set of easy-to-use Docker recipes.
https://github.com/ixnode/docker-recipes
Last synced: 5 months ago
JSON representation
A set of easy-to-use Docker recipes.
- Host: GitHub
- URL: https://github.com/ixnode/docker-recipes
- Owner: ixnode
- License: mit
- Created: 2021-09-18T11:47:05.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-30T12:38:43.000Z (over 4 years ago)
- Last Synced: 2024-12-27T01:41:39.405Z (over 1 year ago)
- Language: Dockerfile
- Size: 77.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# Docker Recipes
This project shows a few easy-to-use Docker recipes.
## Recipes
1) The recipe [01-static](recipes/01-static/README.md) serves static HTML pages.
2) The recipe [02-php](recipes/02-php/README.md) serves dynamic PHP pages.
3) The recipe [03-composer](recipes/03-composer/README.md) serves dynamic Composer PHP pages.
4) The recipe [04-multi](recipes/04-multi/README.md) serves dynamic Composer PHP pages with multi-stage builds.
## Author
> [Björn Hempel](docs/author/bjoern-hempel.en.md)
> **Email**: bjoern@hempel.li
> **Web**: https://www.hempel.li/en
## Security
If you discover a security vulnerability within this package, please send an email to Björn Hempel at
bjoern@hempel.li. All security vulnerabilities will be promptly addressed. You may view our full
security policy [here](https://github.com/ixnode/docker-recipes/security/policy).
## License
The Docker Recipes are licensed under [MIT](https://github.com/ixnode/docker-recipes/blob/master/LICENSE.md).