|
@@ -18,16 +18,16 @@ WARNING:
|
|
|
|
|
|
|
|
## Simple Tags
|
|
## Simple Tags
|
|
|
|
|
|
|
|
-- [`2.0.2-linux`, `linux`](https://github.com/nats-io/nats-docker/blob/1d19738cad8d4e2c654ead45c2b5cbe3b9f29c83/amd64/Dockerfile)
|
|
|
|
|
-- [`2.0.2-nanoserver`, `nanoserver`, `nanoserver-1803`](https://github.com/nats-io/nats-docker/blob/1d19738cad8d4e2c654ead45c2b5cbe3b9f29c83/windows/nanoserver-1803/Dockerfile)
|
|
|
|
|
-- [`2.0.2-nanoserver-1809`, `nanoserver-1809`](https://github.com/nats-io/nats-docker/blob/1d19738cad8d4e2c654ead45c2b5cbe3b9f29c83/windows/nanoserver-1809/Dockerfile)
|
|
|
|
|
-- [`2.0.2-windowsservercore`, `windowsservercore`](https://github.com/nats-io/nats-docker/blob/1d19738cad8d4e2c654ead45c2b5cbe3b9f29c83/windows/windowsservercore/Dockerfile)
|
|
|
|
|
|
|
+- [`2.0.4-linux`, `linux`](https://github.com/nats-io/nats-docker/blob/9abb1b4d926fdcaea5a55e0451cd7725d3238de1/amd64/Dockerfile)
|
|
|
|
|
+- [`2.0.4-nanoserver`, `nanoserver`, `nanoserver-1803`](https://github.com/nats-io/nats-docker/blob/9abb1b4d926fdcaea5a55e0451cd7725d3238de1/windows/nanoserver-1803/Dockerfile)
|
|
|
|
|
+- [`2.0.4-nanoserver-1809`, `nanoserver-1809`](https://github.com/nats-io/nats-docker/blob/9abb1b4d926fdcaea5a55e0451cd7725d3238de1/windows/nanoserver-1809/Dockerfile)
|
|
|
|
|
+- [`2.0.4-windowsservercore`, `windowsservercore`](https://github.com/nats-io/nats-docker/blob/9abb1b4d926fdcaea5a55e0451cd7725d3238de1/windows/windowsservercore/Dockerfile)
|
|
|
|
|
|
|
|
## Shared Tags
|
|
## Shared Tags
|
|
|
|
|
|
|
|
-- `2.0.2`, `latest`:
|
|
|
|
|
- - [`2.0.2-linux`](https://github.com/nats-io/nats-docker/blob/1d19738cad8d4e2c654ead45c2b5cbe3b9f29c83/amd64/Dockerfile)
|
|
|
|
|
- - [`2.0.2-nanoserver`](https://github.com/nats-io/nats-docker/blob/1d19738cad8d4e2c654ead45c2b5cbe3b9f29c83/windows/nanoserver-1803/Dockerfile)
|
|
|
|
|
|
|
+- `2.0.4`, `latest`:
|
|
|
|
|
+ - [`2.0.4-linux`](https://github.com/nats-io/nats-docker/blob/9abb1b4d926fdcaea5a55e0451cd7725d3238de1/amd64/Dockerfile)
|
|
|
|
|
+ - [`2.0.4-nanoserver`](https://github.com/nats-io/nats-docker/blob/9abb1b4d926fdcaea5a55e0451cd7725d3238de1/windows/nanoserver-1803/Dockerfile)
|
|
|
|
|
|
|
|
# Quick reference
|
|
# Quick reference
|
|
|
|
|
|
|
@@ -90,11 +90,11 @@ The routing protocol has been dramatically improved and adds support for account
|
|
|
# Check "docker run" for more information.
|
|
# Check "docker run" for more information.
|
|
|
|
|
|
|
|
$ docker run -d --name nats-main -p 4222:4222 -p 6222:6222 -p 8222:8222 nats
|
|
$ docker run -d --name nats-main -p 4222:4222 -p 6222:6222 -p 8222:8222 nats
|
|
|
-[INF] Starting nats-server version 2.0.2
|
|
|
|
|
-[INF] Git commit [6a40503]
|
|
|
|
|
|
|
+[INF] Starting nats-server version 2.0.4
|
|
|
|
|
+[INF] Git commit [c8ca58e]
|
|
|
[INF] Starting http monitor on 0.0.0.0:8222
|
|
[INF] Starting http monitor on 0.0.0.0:8222
|
|
|
[INF] Listening for client connections on 0.0.0.0:4222
|
|
[INF] Listening for client connections on 0.0.0.0:4222
|
|
|
-[INF] Server id is NDBE6UQ7K6YSXBVWX2MJ2URFRDEQWPTFPSEN7HWJPRVUINA77P7AWAIW
|
|
|
|
|
|
|
+[INF] Server id is NCEZYE4WBASAAYIPSVWVLU52TXVEN52TDN3KKHWDV33PQ32A6TLBQ7EA
|
|
|
[INF] Server is ready
|
|
[INF] Server is ready
|
|
|
[INF] Listening for route connections on 0.0.0.0:6222
|
|
[INF] Listening for route connections on 0.0.0.0:6222
|
|
|
|
|
|
|
@@ -108,12 +108,12 @@ $ docker run -d --name=nats-2 --link nats-main -p 4222:4222 -p 6222:6222 -p 8222
|
|
|
|
|
|
|
|
# If you want to verify the routes are connected, try this instead:
|
|
# If you want to verify the routes are connected, try this instead:
|
|
|
$ docker run -d --name=nats-2 --link nats-main -p 4222:4222 -p 6222:6222 -p 8222:8222 nats -c nats-server.conf --routes=nats-route://ruser:T0pS3cr3t@nats-main:6222 -DV
|
|
$ docker run -d --name=nats-2 --link nats-main -p 4222:4222 -p 6222:6222 -p 8222:8222 nats -c nats-server.conf --routes=nats-route://ruser:T0pS3cr3t@nats-main:6222 -DV
|
|
|
-[INF] Starting nats-server version 2.0.2
|
|
|
|
|
-[DBG] Go build version go1.11.12
|
|
|
|
|
-[INF] Git commit [6a40503]
|
|
|
|
|
|
|
+[INF] Starting nats-server version 2.0.4
|
|
|
|
|
+[DBG] Go build version go1.12.8
|
|
|
|
|
+[INF] Git commit [c8ca58e]
|
|
|
[INF] Starting http monitor on 0.0.0.0:8222
|
|
[INF] Starting http monitor on 0.0.0.0:8222
|
|
|
[INF] Listening for client connections on 0.0.0.0:4222
|
|
[INF] Listening for client connections on 0.0.0.0:4222
|
|
|
-[INF] Server id is NDJXHD5ODU45CD3B4J7FCQTB7TKTN3IFHADKY65YPMHT2DBX45C7BL2K
|
|
|
|
|
|
|
+[INF] Server id is NCCJ57DJMZETVT3QIIUQR7MIU5FXCCX7QHTYRDKWNMNYIG43K3Y74J3X
|
|
|
[INF] Server is ready
|
|
[INF] Server is ready
|
|
|
[DBG] Get non local IPs for "0.0.0.0"
|
|
[DBG] Get non local IPs for "0.0.0.0"
|
|
|
[DBG] ip=172.17.0.3
|
|
[DBG] ip=172.17.0.3
|
|
@@ -121,7 +121,7 @@ $ docker run -d --name=nats-2 --link nats-main -p 4222:4222 -p 6222:6222 -p 8222
|
|
|
[DBG] Trying to connect to route on nats-main:6222
|
|
[DBG] Trying to connect to route on nats-main:6222
|
|
|
[DBG] 172.17.0.2:6222 - rid:1 - Route connect msg sent
|
|
[DBG] 172.17.0.2:6222 - rid:1 - Route connect msg sent
|
|
|
[INF] 172.17.0.2:6222 - rid:1 - Route connection created
|
|
[INF] 172.17.0.2:6222 - rid:1 - Route connection created
|
|
|
-[DBG] 172.17.0.2:6222 - rid:1 - Registering remote route "NBJHE3LV6SHP3OAFITIR7PDMYNT6J4UI66GTHTYX6N4TLIBV7EI56GNA"
|
|
|
|
|
|
|
+[DBG] 172.17.0.2:6222 - rid:1 - Registering remote route "NAXUH5CIXFGNRGFWSTZ2DJDJH3Y3X3LDM7RKZCELOUPCKVELMSFWECKS"
|
|
|
[DBG] 172.17.0.2:6222 - rid:1 - Sent local subscriptions to route
|
|
[DBG] 172.17.0.2:6222 - rid:1 - Sent local subscriptions to route
|
|
|
```
|
|
```
|
|
|
|
|
|