99xt/ruby_docker_developer_environment is pre-configured Docker container that provides you a solid development envirement for your Ruby apps without installing all those software packages, tools and a web server on your local machine. This intends to provide clean and synced development envirement between each team memebers and also between multiple computers when you work on the same project.
This contains a sample web application with Mysql support.
Clone project in to your local machine
git clone https://github.com/99xt/ruby_docker_developer_environment.git
Change directory to ruby_docker_developer_environment
cd ruby_docker_developer_environment
Start the docekr container
docker-compose up
See the Docker Docs here