Skip to content

Commit

Permalink
Updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kstaken committed Jul 15, 2013
1 parent cc6d640 commit a2a60b5
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@ Use with Docker http://www.docker.io

To build an image with docker is pretty simple:

docker build -t="rethinkdb" - < rethinkdb.docker
cd rethinkdb
docker build -t="rethinkdb" .

Then to run that image:
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

0 comments on commit a2a60b5

Please sign in to comment.