Ver Fonte

Add comment about running the Windows image

Ivan Kozlovic há 8 anos atrás
pai
commit
bef009cbbd
1 ficheiros alterados com 8 adições e 0 exclusões
  1. 8 0
      nats-streaming/content.md

+ 8 - 0
nats-streaming/content.md

@@ -4,6 +4,14 @@
 
 
 `nats-streaming` is a high performance streaming server for the NATS Messaging System.
 `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
 # Example usage
 
 
 ```bash
 ```bash