An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# lazy-docker

> Lazy configuration, out of the box, simple and quick to deploy docker container.

[![Build Status](https://travis-ci.org/WindomZ/lazy-docker.svg?branch=master)](https://travis-ci.org/WindomZ/lazy-docker)
[![Code Linter](https://img.shields.io/badge/code_linter-shellcheck-brightgreen.svg)](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

[![Update Date](https://img.shields.io/badge/update-2017--07--02-brightgreen.svg?style=flat-square)](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

[![Update Date](https://img.shields.io/badge/update-2017--07--02-brightgreen.svg?style=flat-square)](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

[![Update Date](https://img.shields.io/badge/update-2017--07--18-brightgreen.svg?style=flat-square)](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)