From f67ee5fefbc63c9efca23bed223d8457d62c04b3 Mon Sep 17 00:00:00 2001 From: David Witherspoon Date: Thu, 11 Jun 2015 15:03:19 -0700 Subject: [PATCH] Added kaazing image --- kaazing-gateway/README.md | 2 +- kaazing-gateway/content.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kaazing-gateway/README.md b/kaazing-gateway/README.md index 49fa45459..880018442 100644 --- a/kaazing-gateway/README.md +++ b/kaazing-gateway/README.md @@ -16,7 +16,7 @@ The Kaazing Gateway is a network gateway created to provide a single access poin By default the gateway runs a WebSocket echo service similar to [websocket.org](https://www.websocket.org/echo.html). - docker run --name some-kaazing-gateway -h somehostname -d -p 8000:8000 kaazing-gateway + docker run --name some-kaazing-gateway -h somehostname -d -p 8000:8000 kaazing-gateway You should then be able to connect to ws://somehostname:8000 from the [WebSocket echo test](https://www.websocket.org/echo.html). diff --git a/kaazing-gateway/content.md b/kaazing-gateway/content.md index 6807e424f..9bbac5ad3 100644 --- a/kaazing-gateway/content.md +++ b/kaazing-gateway/content.md @@ -10,7 +10,7 @@ The Kaazing Gateway is a network gateway created to provide a single access poin By default the gateway runs a WebSocket echo service similar to [websocket.org](https://www.websocket.org/echo.html). - docker run --name some-kaazing-gateway -h somehostname -d -p 8000:8000 kaazing-gateway + docker run --name some-kaazing-gateway -h somehostname -d -p 8000:8000 kaazing-gateway You should then be able to connect to ws://somehostname:8000 from the [WebSocket echo test](https://www.websocket.org/echo.html).