Skip to content

raju-kssdrr/dockerfile-examples

This branch is up to date with kstaken/dockerfile-examples:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8bef622 · Nov 30, 2015

History

29 Commits
Jul 15, 2013
Jul 14, 2013
Jul 12, 2013
Jul 11, 2013
Jul 10, 2013
Jul 19, 2013
Jul 15, 2013
Jul 5, 2013
Nov 30, 2015
Jul 12, 2013
Jul 10, 2013
Jul 10, 2013
Jul 15, 2013

Repository files navigation

Some basic dockerfile examples

Use with Docker http://www.docker.io

To build an image with docker is pretty simple:

cd rethinkdb
docker build -t="rethinkdb" .

Then to run that image and attach to it at the same time:

docker run -i -t rethinkdb

Or to run it in the background

docker run -d rethinkdb

About

Some example dockerfiles for use with Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 58.1%
  • JavaScript 40.8%
  • PHP 1.1%