This is a single Docker Image to build ruby on rails environment.
255
This is Chef Recipe to create a Docker Image for nb-rubyonrails. You can down load it from https://hub.docker.com/r/syatsuzuka/nb-rubyonrails/
[Component]
[Prerequisit]
[How to Use]
Step.1) Prepare work directory.
$ mkdir <Work Directory>
Step.2) Get Recipe.
$ cd <Work Directory>
$ git clone https://github.com/nasebanal/nb-rubyonrails.git
Step.3) Create Docker Image
$ cd nb-rubyonrails
$ sudo docker build -t <Docker Image Name> .
Step.4) Launch docker image.
$ sudo docker run -p 0.0.0.0:80:80 --priviledged -it --name \<Docker Container Name\> \<Docker Image Name\> /bin/bash
Content type
Image
Digest
Size
303 MB
Last updated
almost 10 years ago
docker pull syatsuzuka/nb-rubyonrails