Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rdev32/dockerfiles
Developer blueprints
https://github.com/rdev32/dockerfiles
blueprint docker docker-compose dockerfile guide material mongodb mysql odoo postgresql recipees resource sqlserver updated wordpress
Last synced: 6 days ago
JSON representation
Developer blueprints
- Host: GitHub
- URL: https://github.com/rdev32/dockerfiles
- Owner: rdev32
- Created: 2023-08-08T20:54:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-20T19:10:35.000Z (3 months ago)
- Last Synced: 2024-08-20T21:20:40.339Z (3 months ago)
- Topics: blueprint, docker, docker-compose, dockerfile, guide, material, mongodb, mysql, odoo, postgresql, recipees, resource, sqlserver, updated, wordpress
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome
This repository contains a collection of Docker recipes designed to help you learn, build, and test your projects efficiently. Each recipe provides a step-by-step guide to setting up various services using Docker. If you find any of these recipes useful, please consider giving this project a star. Your support motivates me to create more resources and improve the existing ones.
## Available Recipes
- [PostgreSQL](./postgres.md)
- [MySQL](./mysql.md)
- [Microsoft SQL Server](./sqlserver.md)
- [MongoDB](./mongodb.md)
- [WordPress](./wordpress.md)
- [Odoo 17 Community](./odoo.md)## Contributing
I plan to expand this repository with VSCode's dev containers and custom Dockerfiles to further enhance the learning experience. If you’d like to contribute, feel free to submit a pull request with a well-crafted recipe. The current format includes a Docker Hub link as title, a brief description on what the recipee does, available arguments, and either a working command or a Docker Compose script as an example.