This Dockerfile is published to the public Docker Registry.
-
Install Docker.
-
Download build from public Docker Registry:
docker pull glesage/rails-api-mysql
docker run -d -p 3000:80 -v /home/me/webapp:/webapp glesage/rails-api-mysql
docker run -t -i -p 3000:80 -v /home/me/webapp:/webapp glesage/rails-api-mysql /bin/bash
- Ruby 2.1.1
- NodeJS
- Rails 4
- MySql