Update readme

This commit is contained in:
dave 2014-12-13 22:38:39 -08:00
parent b229886e32
commit 41b56930a1
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ Rivendell & Docker
* Install docker
* Clone this repo; cd into it
* Create an image in Docker: `docker build -t rivendell .`
* Create an image in Docker: `docker build -t rivendell .` (this step takes about 20 minutes)
* Start a new container using the image: `docker run -d -p 5900 -p 8000 -p 22 rivendell`
**Access:**