https://github.com/danielcristho/docker-stuffs
https://github.com/danielcristho/docker-stuffs
docker docker-compose docker-project
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/danielcristho/docker-stuffs
- Owner: danielcristho
- License: mit
- Created: 2021-10-15T01:08:41.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-23T02:45:06.000Z (over 1 year ago)
- Last Synced: 2025-04-03T16:23:19.372Z (about 1 year ago)
- Topics: docker, docker-compose, docker-project
- Language: Shell
- Homepage:
- Size: 61.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker Stuff
A collection of hands-on projects and experiments exploring the power of Docker and Docker Compose. This repository serves as a learning playground to understand and implement Docker-based setups, from simple single-node configurations to more complex multi-node environments.
## Content
### Single Node
- [`MySQL Master Slave`](./single-node/mysql-master-slave) - A MySQL 8 setup with master-slave replication to learn database replication concepts.
- [`MariaDB Incremental Backup`](./single-node/mariadb-incremental-backup/) - Full and incremental backup implementation using MariaDB.
### Multiple Node
(Stay tuned! Content will be updated soon.)
### Contribution
Hello there! š Iām glad to have you here. Contributions are always welcome to expand this collection. Whether it's fixing a bug, adding new projects, or improving documentation, your help is highly appreciated!