From bef009cbbdf721a76d5eb22efb3a2a466f30d407 Mon Sep 17 00:00:00 2001 From: Ivan Kozlovic Date: Thu, 26 Oct 2017 16:48:14 -0600 Subject: [PATCH] Add comment about running the Windows image --- nats-streaming/content.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/nats-streaming/content.md b/nats-streaming/content.md index c6b5dff97..aa8122506 100644 --- a/nats-streaming/content.md +++ b/nats-streaming/content.md @@ -4,6 +4,14 @@ `nats-streaming` is a high performance streaming server for the NATS Messaging System. +# Windows Docker image + +Due to restrictions on how the Windows Docker Image is built, running the image without argument will run the NATS Streaming server with memory based store on port 4222 and the monitoring port 8222. If you need to specify any additional argument, or modify these options, you need to specify the executable name as this: + +```bash +$ docker run nats-streaming-server nats-streaming-server -p 4223 -m 8223 +``` + # Example usage ```bash