Sign inSign up

syatsuzuka/nb-rubyonrails

By syatsuzuka

•Updated almost 10 years ago

This is a single Docker Image to build ruby on rails environment.

Image
0

255

syatsuzuka/nb-rubyonrails repository overview

⁠NASEBANAL Ruby On Rails

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]

  • Ubuntu Server 14.04
  • Curl 7.35.0-1ubuntu2
  • Chef Client

[Prerequisit]

  • Install Docker

[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

Tag summary

Content type

Image

Digest

Size

303 MB

Last updated

almost 10 years ago

docker pull syatsuzuka/nb-rubyonrails