From 3a677473dfcd85ca9f107243432f99fae88029ed Mon Sep 17 00:00:00 2001 From: Jonathan Rosenbaum Date: Thu, 11 Dec 2014 09:53:47 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 22f663e..a8fedb0 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,10 @@ Publish the container's port to the host: docker run -d -p 3000:3000 --name="freehub" bikebike/freehub ``` +##Password + +Password is *test* for **greeter**, **sfbk**, **mechanic**, **scbc**, **cbi**, **admin**. + ##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.