Added kaazing image

This commit is contained in:
David Witherspoon 2015-06-11 15:03:19 -07:00
parent ba0031dd88
commit f67ee5fefb
2 changed files with 2 additions and 2 deletions

View File

@ -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). 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). You should then be able to connect to ws://somehostname:8000 from the [WebSocket echo test](https://www.websocket.org/echo.html).

View File

@ -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). 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). You should then be able to connect to ws://somehostname:8000 from the [WebSocket echo test](https://www.websocket.org/echo.html).