Short Description
CentOS6 ruby image
Full Description
CentOS6 ruby Dockerfile
This repository contains Dockerfile of Centos6 for Docker's automated build published to the public Docker Hub Registry.
Base Docker Image
Installation
- Install Docker.
- Download automated build from public Docker Hub Registry:
docker pull nekoneko/centos6-ruby
(alternatively, you can build an image from Dockerfile:docker build -t "nekoneko/centos6-ruby:ruby2.2" github.com/neko-neko/centos6-ruby
)