From e4073e7a5c6db752c9527165f7f269ef868500ba Mon Sep 17 00:00:00 2001 From: Jonathan Rosenbaum Date: Thu, 11 Dec 2014 12:03:16 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2241876..d198108 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,10 @@ docker run -d -p 3000:3000 --name="bikeshed" bikebike/bikeshed Login for test users is on the top website page. +##Special Instructions + +Add at least 1 bike to use Desktop View. + ##How to test/develop inside the running container process This method uses [nsenter](http://jpetazzo.github.io/2014/06/23/docker-ssh-considered-evil/). Check out [jpetazzo/nsenter](https://github.com/jpetazzo/nsenter) on GitHub.