https://github.com/messeb/docker-playground
Small Docker playgrounds for my daily work.
https://github.com/messeb/docker-playground
Last synced: about 1 year ago
JSON representation
Small Docker playgrounds for my daily work.
- Host: GitHub
- URL: https://github.com/messeb/docker-playground
- Owner: messeb
- Created: 2023-10-28T20:30:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-13T18:12:30.000Z (over 1 year ago)
- Last Synced: 2025-02-18T04:57:16.224Z (over 1 year ago)
- Language: Dockerfile
- Size: 63.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker Playground
Small Docker playgrounds for my daily work.
## Playgrounds
| Project | Description | Link |
| --- | --- | --- |
| MongoDB Prefilled | MongoDB with prefilled data from JSON file | [Link](./mongodb-prefilled/)
| HAProxy as HTTP Loadbalancer | Loadbalancer for multiple http web servers | [Link](./haproxy-http-loadbalancer/)
| Varnish ESI | Varnish Edge Side Include example | [Link](./varnish-edge-side-include/)
| PostgreSQL Replica | PostgreSQL with 2 read replicas | [Link](./postgresql-db-replicas/)
| Secure Docker Container | Security best practices for Docker container | [Link](./secure-docker-container/)