https://github.com/windomz/lazy-docker
:zap: Lazy configuration, out of the box, simple and quick to deploy docker container.
https://github.com/windomz/lazy-docker
docker docker-container lazy lazy-load out-of-the-box
Last synced: about 2 months ago
JSON representation
:zap: Lazy configuration, out of the box, simple and quick to deploy docker container.
- Host: GitHub
- URL: https://github.com/windomz/lazy-docker
- Owner: WindomZ
- License: mit
- Created: 2017-06-22T14:32:01.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-06-14T15:25:02.000Z (about 8 years ago)
- Last Synced: 2025-06-04T09:51:25.974Z (about 1 year ago)
- Topics: docker, docker-container, lazy, lazy-load, out-of-the-box
- Language: Shell
- Homepage:
- Size: 41 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lazy-docker
> Lazy configuration, out of the box, simple and quick to deploy docker container.
[](https://travis-ci.org/WindomZ/lazy-docker)
[](https://github.com/koalaman/shellcheck)
## Purpose
> Just run a `run.sh` shell script without documents.
Continuous improvement, lazy interactive design, for this purpose.
## Support
- [x] [MySQL](#mysql)
- [ ] MongoDB
- [x] [Redis](#redis)
- [ ] Node.js
- [x] [nginx](#nginx)
- [ ] Continue to add...
## Install
1. Make sure you have [Docker](https://docs.docker.com/) installed,
run as a [non-root](https://docs.docker.com/engine/installation/linux/linux-postinstall/) user.
1. Run at the terminal: `git clone https://github.com/WindomZ/lazy-docker.git`
1. See [usage](#usage), easy to understand.
## Usage
### MySQL
[](https://github.com/WindomZ/lazy-docker/tree/master/mysql#readme)
- [x] [5.7 README](https://github.com/WindomZ/lazy-docker/tree/master/mysql/5.7#readme) - MySQL5.7(_Run+Backup+Restore_)
- [x] [8.0 README](https://github.com/WindomZ/lazy-docker/tree/master/mysql/8.0#readme) - MySQL8.0(_Run+Backup+Restore_)
### nginx
[](https://github.com/WindomZ/lazy-docker/tree/master/nginx#readme)
- [x] [1.13 README](https://github.com/WindomZ/lazy-docker/tree/master/nginx/1.13#readme) - nginx1.13(_Run_)
### Redis
[](https://github.com/WindomZ/lazy-docker/tree/master/redis#readme)
- [x] [4 README](https://github.com/WindomZ/lazy-docker/tree/master/redis/4#readme) - Redis4(_Run+Backup+Restore_)
## Contributing
Welcome your **Star**, make pull requests, report bugs, suggest ideas and discuss **lazy-docker**,
i would love to hear what you think about **lazy-docker** on [issues page](https://github.com/WindomZ/lazy-docker/issues).
## License
[MIT](https://github.com/WindomZ/lazy-docker/blob/master/LICENSE)