From 1497bcdde54811e35fceaa54a876ab2b8b2c0e5f Mon Sep 17 00:00:00 2001 From: Andrey Petrov Date: Fri, 23 Jan 2015 14:28:42 -0600 Subject: [PATCH] alvin/ssh-chat warning --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 92895ce..99d8376 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,8 @@ daemons to another port) and run ssh-chat as root (or with sudo). You can run ssh-chat using a Docker image without manually installing go-lang: +**Note: alvin/ssh-chat has v0 which is not the latest master branch as of this writing (Jan 23, 2015)** + ``` $ docker pull alvin/ssh-chat $ docker run -d -p 0.0.0.0:(your host machine port):2022 --name ssh-chat alvin/ssh-chat