Update readme

This commit is contained in:
dave 2014-12-13 21:14:58 -08:00
parent e8c4b9228a
commit 081f4d9271
1 changed files with 6 additions and 1 deletions

7
README
View File

@ -1 +1,6 @@
TODO: Write readme
* Install docker
* Clone this repo
* Create an image using this dockerfile: `docker build -t rivendell .`
* Start a new container from the image: `docker run -d -p 5900 -p 8000 -p 22 rivendell`
TODO: Write more readme