Repository: incubator-guacamole-server
Updated Branches:
  refs/heads/master 3c459100d -> 13fbb7f87


GUACAMOLE-97: Update guacd Docker README.md with respect to Apache.


Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/commit/5ce9b1a3
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/tree/5ce9b1a3
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/diff/5ce9b1a3

Branch: refs/heads/master
Commit: 5ce9b1a32f5ca106ea68f98b642350cc19f2c92d
Parents: 3c45910
Author: Michael Jumper <mjum...@apache.org>
Authored: Tue Oct 4 12:25:07 2016 -0700
Committer: Michael Jumper <mjum...@apache.org>
Committed: Tue Oct 4 12:25:07 2016 -0700

----------------------------------------------------------------------
 src/guacd-docker/README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/blob/5ce9b1a3/src/guacd-docker/README.md
----------------------------------------------------------------------
diff --git a/src/guacd-docker/README.md b/src/guacd-docker/README.md
index 07308a2..68f5565 100644
--- a/src/guacd-docker/README.md
+++ b/src/guacd-docker/README.md
@@ -11,10 +11,10 @@ copy of guacd running.
 How to use this image
 =====================
 
-Running guacd for use by the [Guacamole Docker 
image](https://registry.hub.docker.com/u/glyptodon/guacamole/)
+Running guacd for use by the [Guacamole Docker 
image](https://registry.hub.docker.com/u/guacamole/guacamole/)
 -----------------------------------------------------
 
-    docker run --name some-guacd -d glyptodon/guacd
+    docker run --name some-guacd -d guacamole/guacd
 
 guacd will be listening on port 4822, but this port will only be available to
 Docker containers that have been explicitly linked to `some-guacd`.
@@ -22,7 +22,7 @@ Docker containers that have been explicitly linked to 
`some-guacd`.
 Running guacd for use services by outside Docker
 ------------------------------------------------
 
-    docker run --name some-guacd -d -p 4822:4822 glyptodon/guacd
+    docker run --name some-guacd -d -p 4822:4822 guacamole/guacd
 
 guacd will be listening on port 4822, and Docker will expose this port on the
 same server hosting Docker. Other services, such as an instance of Tomcat

Reply via email to