Run update.sh
This commit is contained in:
parent
f84ad8591a
commit
a5541cdaff
|
|
@ -3,7 +3,7 @@
|
|||
- [`2.5.5`, `2.5` (*jessie/2.5.5/Dockerfile*)](https://github.com/arangodb/arangodb-docker/blob/636cd874df38edd77a187c08e1803693b3d978d3/jessie/2.5.5/Dockerfile)
|
||||
- [`2.7`, `2.7.5` (*jessie/2.7.5/Dockerfile*)](https://github.com/arangodb/arangodb-docker/blob/dbfcc5f3edb37f622a2acd221b58106547b05fae/jessie/2.7.5/Dockerfile)
|
||||
- [`2.8`, `2.8.11` (*jessie/2.8.11/Dockerfile*)](https://github.com/arangodb/arangodb-docker/blob/05366cb4c6a6aab8e1ff9ca74c81b09d9a57b5b5/jessie/2.8.11/Dockerfile)
|
||||
- [`3.1`, `3.1.5`, `latest` (*jessie/3.1.5/Dockerfile*)](https://github.com/arangodb/arangodb-docker/blob/beb00ee7d7ec6b320d50ff5d8155734df2295938/jessie/3.1.5/Dockerfile)
|
||||
- [`3.1`, `3.1.6`, `latest` (*jessie/3.1.6/Dockerfile*)](https://github.com/arangodb/arangodb-docker/blob/b61f89306f7f8744633887eb133d9c068392b6f0/jessie/3.1.6/Dockerfile)
|
||||
|
||||
For more information about this image and its history, please see [the relevant manifest file (`library/arangodb`)](https://github.com/docker-library/official-images/blob/master/library/arangodb). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Farangodb).
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
- [`0.3.4`, `latest` (*Dockerfile*)](https://github.com/nats-io/nats-streaming-docker/blob/5ba3680f2232ea7ef652aaaab8992e891894e7d3/Dockerfile)
|
||||
- [`0.3.6`, `latest` (*Dockerfile*)](https://github.com/nats-io/nats-streaming-docker/blob/d4c16d81cdfb43b502983473c4d4f53eb15cdad2/Dockerfile)
|
||||
|
||||
For more information about this image and its history, please see [the relevant manifest file (`library/nats-streaming`)](https://github.com/docker-library/official-images/blob/master/library/nats-streaming). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Fnats-streaming).
|
||||
|
||||
|
|
@ -25,37 +25,38 @@ $ docker run -d nats-streaming
|
|||
|
||||
Output that you would get if you had started with `-ti` instead of `d` (for daemon):
|
||||
|
||||
[1] 2016/12/09 21:14:38.010926 [INF] Starting nats-streaming-server[test-cluster] version 0.3.4
|
||||
[1] 2016/12/09 21:14:38.011636 [INF] Starting nats-server version 0.9.5
|
||||
[1] 2016/12/09 21:14:38.011915 [INF] Listening for client connections on 0.0.0.0:4222
|
||||
[1] 2016/12/09 21:14:38.012193 [INF] Server is ready
|
||||
[1] 2016/12/09 21:14:38.294321 [INF] STAN: Message store is MEMORY
|
||||
[1] 2016/12/09 21:14:38.294362 [INF] STAN: --------- Store Limits ---------
|
||||
[1] 2016/12/09 21:14:38.294370 [INF] STAN: Channels: 100 *
|
||||
[1] 2016/12/09 21:14:38.294375 [INF] STAN: -------- channels limits -------
|
||||
[1] 2016/12/09 21:14:38.294380 [INF] STAN: Subscriptions: 1000 *
|
||||
[1] 2016/12/09 21:14:38.294385 [INF] STAN: Messages : 1000000 *
|
||||
[1] 2016/12/09 21:14:38.294472 [INF] STAN: Bytes : 976.56 MB *
|
||||
[1] 2016/12/09 21:14:38.294491 [INF] STAN: Age : unlimited *
|
||||
[1] 2016/12/09 21:14:38.294494 [INF] STAN: --------------------------------
|
||||
[1] 2016/12/21 17:37:56.743377 [INF] Starting nats-streaming-server[test-cluster] version 0.3.6
|
||||
[1] 2016/12/21 17:37:56.743575 [INF] Starting nats-server version 0.9.6
|
||||
[1] 2016/12/21 17:37:56.743600 [INF] Starting http monitor on 0.0.0.0:8222
|
||||
[1] 2016/12/21 17:37:56.743851 [INF] Listening for client connections on 0.0.0.0:4222
|
||||
[1] 2016/12/21 17:37:56.743891 [INF] Server is ready
|
||||
[1] 2016/12/21 17:37:57.023416 [INF] STAN: Message store is MEMORY
|
||||
[1] 2016/12/21 17:37:57.023453 [INF] STAN: --------- Store Limits ---------
|
||||
[1] 2016/12/21 17:37:57.023464 [INF] STAN: Channels: 100 *
|
||||
[1] 2016/12/21 17:37:57.023467 [INF] STAN: -------- channels limits -------
|
||||
[1] 2016/12/21 17:37:57.023473 [INF] STAN: Subscriptions: 1000 *
|
||||
[1] 2016/12/21 17:37:57.023478 [INF] STAN: Messages : 1000000 *
|
||||
[1] 2016/12/21 17:37:57.023489 [INF] STAN: Bytes : 976.56 MB *
|
||||
[1] 2016/12/21 17:37:57.023502 [INF] STAN: Age : unlimited *
|
||||
[1] 2016/12/21 17:37:57.023506 [INF] STAN: --------------------------------
|
||||
|
||||
To use a file based store instead, you would run:
|
||||
|
||||
$ docker run -d nats-streaming -store file -dir datastore
|
||||
|
||||
[1] 2016/12/09 21:15:23.869508 [INF] Starting nats-streaming-server[test-cluster] version 0.3.4
|
||||
[1] 2016/12/09 21:15:23.871555 [INF] Starting nats-server version 0.9.5
|
||||
[1] 2016/12/09 21:15:23.871671 [INF] Listening for client connections on 0.0.0.0:4222
|
||||
[1] 2016/12/09 21:15:23.871888 [INF] Server is ready
|
||||
[1] 2016/12/09 21:15:24.152361 [INF] STAN: Message store is FILE
|
||||
[1] 2016/12/09 21:15:24.152375 [INF] STAN: --------- Store Limits ---------
|
||||
[1] 2016/12/09 21:15:24.152380 [INF] STAN: Channels: 100 *
|
||||
[1] 2016/12/09 21:15:24.152383 [INF] STAN: -------- channels limits -------
|
||||
[1] 2016/12/09 21:15:24.152386 [INF] STAN: Subscriptions: 1000 *
|
||||
[1] 2016/12/09 21:15:24.152388 [INF] STAN: Messages : 1000000 *
|
||||
[1] 2016/12/09 21:15:24.152430 [INF] STAN: Bytes : 976.56 MB *
|
||||
[1] 2016/12/09 21:15:24.152434 [INF] STAN: Age : unlimited *
|
||||
[1] 2016/12/09 21:15:24.152467 [INF] STAN: --------------------------------
|
||||
[1] 2016/12/21 17:38:25.128903 [INF] Starting nats-streaming-server[test-cluster] version 0.3.6
|
||||
[1] 2016/12/21 17:38:25.130717 [INF] Starting nats-server version 0.9.6
|
||||
[1] 2016/12/21 17:38:25.130746 [INF] Listening for client connections on 0.0.0.0:4222
|
||||
[1] 2016/12/21 17:38:25.130819 [INF] Server is ready
|
||||
[1] 2016/12/21 17:38:25.409344 [INF] STAN: Message store is FILE
|
||||
[1] 2016/12/21 17:38:25.409422 [INF] STAN: --------- Store Limits ---------
|
||||
[1] 2016/12/21 17:38:25.409435 [INF] STAN: Channels: 100 *
|
||||
[1] 2016/12/21 17:38:25.409440 [INF] STAN: -------- channels limits -------
|
||||
[1] 2016/12/21 17:38:25.409445 [INF] STAN: Subscriptions: 1000 *
|
||||
[1] 2016/12/21 17:38:25.409450 [INF] STAN: Messages : 1000000 *
|
||||
[1] 2016/12/21 17:38:25.409464 [INF] STAN: Bytes : 976.56 MB *
|
||||
[1] 2016/12/21 17:38:25.409495 [INF] STAN: Age : unlimited *
|
||||
[1] 2016/12/21 17:38:25.409505 [INF] STAN: --------------------------------
|
||||
|
||||
You can also connect to a remote NATS Server running in a docker image.
|
||||
First, run NATS Server:
|
||||
|
|
@ -64,18 +65,18 @@ $ docker run -d --name=nats-main nats
|
|||
|
||||
Now, start the Streaming server and link it to the above docker image:
|
||||
|
||||
$ docker run -d --link nats-main nats-streaming -ns nats://nats-main:4222
|
||||
$ docker run -d --link nats-main nats-streaming -store file -dir datastore -ns nats://nats-main:4222
|
||||
|
||||
[1] 2016/12/09 21:16:47.502814 [INF] Starting nats-streaming-server[test-cluster] version 0.3.4
|
||||
[1] 2016/12/09 21:16:47.871777 [INF] STAN: Message store is FILE
|
||||
[1] 2016/12/09 21:16:47.871809 [INF] STAN: --------- Store Limits ---------
|
||||
[1] 2016/12/09 21:16:47.871815 [INF] STAN: Channels: 100 *
|
||||
[1] 2016/12/09 21:16:47.871817 [INF] STAN: -------- channels limits -------
|
||||
[1] 2016/12/09 21:16:47.871820 [INF] STAN: Subscriptions: 1000 *
|
||||
[1] 2016/12/09 21:16:47.871823 [INF] STAN: Messages : 1000000 *
|
||||
[1] 2016/12/09 21:16:47.871831 [INF] STAN: Bytes : 976.56 MB *
|
||||
[1] 2016/12/09 21:16:47.871834 [INF] STAN: Age : unlimited *
|
||||
[1] 2016/12/09 21:16:47.871836 [INF] STAN: --------------------------------
|
||||
[1] 2016/12/21 17:40:51.007013 [INF] Starting nats-streaming-server[test-cluster] version 0.3.6
|
||||
[1] 2016/12/21 17:40:51.419640 [INF] STAN: Message store is FILE
|
||||
[1] 2016/12/21 17:40:51.419752 [INF] STAN: --------- Store Limits ---------
|
||||
[1] 2016/12/21 17:40:51.419779 [INF] STAN: Channels: 100 *
|
||||
[1] 2016/12/21 17:40:51.419799 [INF] STAN: -------- channels limits -------
|
||||
[1] 2016/12/21 17:40:51.419820 [INF] STAN: Subscriptions: 1000 *
|
||||
[1] 2016/12/21 17:40:51.420004 [INF] STAN: Messages : 1000000 *
|
||||
[1] 2016/12/21 17:40:51.420083 [INF] STAN: Bytes : 976.56 MB *
|
||||
[1] 2016/12/21 17:40:51.420275 [INF] STAN: Age : unlimited *
|
||||
[1] 2016/12/21 17:40:51.420711 [INF] STAN: --------------------------------
|
||||
|
||||
Notice that the output shows that the NATS Server was not started, as opposed to the first output.
|
||||
|
||||
|
|
@ -95,6 +96,9 @@ Streaming Server Options:
|
|||
-ma, --max_age <seconds> Max duration a message can be stored ("0s" for unlimited)
|
||||
-ns, --nats_server <url> Connect to this external NATS Server (embedded otherwise)
|
||||
-sc, --stan_config <file> Streaming server configuration file
|
||||
-hbi, --hb_interval <duration> Interval at which server sends heartbeat to a client
|
||||
-hbt, --hb_timeout <duration> How long server waits for a heartbeat response
|
||||
-hbf, --hb_fail_count <number> Number of failed heartbeats before server closes the client connection
|
||||
|
||||
Streaming Server File Store Options:
|
||||
--file_compact_enabled Enable file compaction
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
- [`7.2.1`, `7.2`, `7`, `latest` (*7.2/Dockerfile*)](https://github.com/nodejs/docker-node/blob/5ac624bae8adf7f20314b503f8592760a683d935/7.2/Dockerfile)
|
||||
- [`7.2.1-alpine`, `7.2-alpine`, `7-alpine`, `alpine` (*7.2/alpine/Dockerfile*)](https://github.com/nodejs/docker-node/blob/5ac624bae8adf7f20314b503f8592760a683d935/7.2/alpine/Dockerfile)
|
||||
- [`7.2.1-onbuild`, `7.2-onbuild`, `7-onbuild`, `onbuild` (*7.2/onbuild/Dockerfile*)](https://github.com/nodejs/docker-node/blob/5ac624bae8adf7f20314b503f8592760a683d935/7.2/onbuild/Dockerfile)
|
||||
- [`7.2.1-slim`, `7.2-slim`, `7-slim`, `slim` (*7.2/slim/Dockerfile*)](https://github.com/nodejs/docker-node/blob/5ac624bae8adf7f20314b503f8592760a683d935/7.2/slim/Dockerfile)
|
||||
- [`7.2.1-wheezy`, `7.2-wheezy`, `7-wheezy`, `wheezy` (*7.2/wheezy/Dockerfile*)](https://github.com/nodejs/docker-node/blob/5ac624bae8adf7f20314b503f8592760a683d935/7.2/wheezy/Dockerfile)
|
||||
- [`7.3.0`, `7.3`, `7`, `latest` (*7.3/Dockerfile*)](https://github.com/nodejs/docker-node/blob/57f7537d35c0988bd0e74abbf16989557c1481ad/7.3/Dockerfile)
|
||||
- [`7.3.0-alpine`, `7.3-alpine`, `7-alpine`, `alpine` (*7.3/alpine/Dockerfile*)](https://github.com/nodejs/docker-node/blob/57f7537d35c0988bd0e74abbf16989557c1481ad/7.3/alpine/Dockerfile)
|
||||
- [`7.3.0-onbuild`, `7.3-onbuild`, `7-onbuild`, `onbuild` (*7.3/onbuild/Dockerfile*)](https://github.com/nodejs/docker-node/blob/57f7537d35c0988bd0e74abbf16989557c1481ad/7.3/onbuild/Dockerfile)
|
||||
- [`7.3.0-slim`, `7.3-slim`, `7-slim`, `slim` (*7.3/slim/Dockerfile*)](https://github.com/nodejs/docker-node/blob/57f7537d35c0988bd0e74abbf16989557c1481ad/7.3/slim/Dockerfile)
|
||||
- [`7.3.0-wheezy`, `7.3-wheezy`, `7-wheezy`, `wheezy` (*7.3/wheezy/Dockerfile*)](https://github.com/nodejs/docker-node/blob/57f7537d35c0988bd0e74abbf16989557c1481ad/7.3/wheezy/Dockerfile)
|
||||
- [`6.9.2`, `6.9`, `6`, `boron` (*6.9/Dockerfile*)](https://github.com/nodejs/docker-node/blob/6948057bbd9cc1469ca0e5e64d3bd5f000d4dc97/6.9/Dockerfile)
|
||||
- [`6.9.2-alpine`, `6.9-alpine`, `6-alpine`, `boron-alpine` (*6.9/alpine/Dockerfile*)](https://github.com/nodejs/docker-node/blob/6948057bbd9cc1469ca0e5e64d3bd5f000d4dc97/6.9/alpine/Dockerfile)
|
||||
- [`6.9.2-onbuild`, `6.9-onbuild`, `6-onbuild`, `boron-onbuild` (*6.9/onbuild/Dockerfile*)](https://github.com/nodejs/docker-node/blob/6948057bbd9cc1469ca0e5e64d3bd5f000d4dc97/6.9/onbuild/Dockerfile)
|
||||
|
|
@ -15,10 +15,10 @@
|
|||
- [`4.7.0-onbuild`, `4.7-onbuild`, `4-onbuild`, `argon-onbuild` (*4.7/onbuild/Dockerfile*)](https://github.com/nodejs/docker-node/blob/926106f27e3a6961191d7b802af6896a1ac892e3/4.7/onbuild/Dockerfile)
|
||||
- [`4.7.0-slim`, `4.7-slim`, `4-slim`, `argon-slim` (*4.7/slim/Dockerfile*)](https://github.com/nodejs/docker-node/blob/926106f27e3a6961191d7b802af6896a1ac892e3/4.7/slim/Dockerfile)
|
||||
- [`4.7.0-wheezy`, `4.7-wheezy`, `4-wheezy`, `argon-wheezy` (*4.7/wheezy/Dockerfile*)](https://github.com/nodejs/docker-node/blob/926106f27e3a6961191d7b802af6896a1ac892e3/4.7/wheezy/Dockerfile)
|
||||
- [`0.12.17`, `0.12`, `0` (*0.12/Dockerfile*)](https://github.com/nodejs/docker-node/blob/4a722c29c0e52624af8b72b4711ebeba8ea39463/0.12/Dockerfile)
|
||||
- [`0.12.17-onbuild`, `0.12-onbuild`, `0-onbuild` (*0.12/onbuild/Dockerfile*)](https://github.com/nodejs/docker-node/blob/c3ff7866303b4c595ab07529cdf35f9df58f5b21/0.12/onbuild/Dockerfile)
|
||||
- [`0.12.17-slim`, `0.12-slim`, `0-slim` (*0.12/slim/Dockerfile*)](https://github.com/nodejs/docker-node/blob/4a722c29c0e52624af8b72b4711ebeba8ea39463/0.12/slim/Dockerfile)
|
||||
- [`0.12.17-wheezy`, `0.12-wheezy`, `0-wheezy` (*0.12/wheezy/Dockerfile*)](https://github.com/nodejs/docker-node/blob/4a722c29c0e52624af8b72b4711ebeba8ea39463/0.12/wheezy/Dockerfile)
|
||||
- [`0.12.18`, `0.12`, `0` (*0.12/Dockerfile*)](https://github.com/nodejs/docker-node/blob/38829d6654a9da4bb6fdb140286b5a47737cb1f3/0.12/Dockerfile)
|
||||
- [`0.12.18-onbuild`, `0.12-onbuild`, `0-onbuild` (*0.12/onbuild/Dockerfile*)](https://github.com/nodejs/docker-node/blob/38829d6654a9da4bb6fdb140286b5a47737cb1f3/0.12/onbuild/Dockerfile)
|
||||
- [`0.12.18-slim`, `0.12-slim`, `0-slim` (*0.12/slim/Dockerfile*)](https://github.com/nodejs/docker-node/blob/38829d6654a9da4bb6fdb140286b5a47737cb1f3/0.12/slim/Dockerfile)
|
||||
- [`0.12.18-wheezy`, `0.12-wheezy`, `0-wheezy` (*0.12/wheezy/Dockerfile*)](https://github.com/nodejs/docker-node/blob/38829d6654a9da4bb6fdb140286b5a47737cb1f3/0.12/wheezy/Dockerfile)
|
||||
|
||||
For more information about this image and its history, please see [the relevant manifest file (`library/node`)](https://github.com/docker-library/official-images/blob/master/library/node). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Fnode).
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
- [`2.17.1`, `2.17`, `2`, `latest` (*Dockerfile*)](https://github.com/piwik/docker-piwik/blob/b511e57a17ab57d9f2e947fc391f004990d7f1d3/Dockerfile)
|
||||
- [`3.0.0`, `3.0`, `3`, `latest` (*Dockerfile*)](https://github.com/piwik/docker-piwik/blob/e6b01e5b10499fadece3754d1dd0460cbc960928/Dockerfile)
|
||||
|
||||
For more information about this image and its history, please see [the relevant manifest file (`library/piwik`)](https://github.com/docker-library/official-images/blob/master/library/piwik). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Fpiwik).
|
||||
|
||||
|
|
|
|||
|
|
@ -131,7 +131,7 @@ docker run -d -p 80:9080 -p 443:9443 \
|
|||
websphere-liberty:javaee7
|
||||
```
|
||||
|
||||
## Changing locale
|
||||
# Changing locale
|
||||
|
||||
The base Ubuntu image does not include additional language packs. To use an alternative locale, build your own image that installs the required language pack and then sets the `LANG` environment variable. For example, the following Dockerfile starts with the `websphere-liberty:webProfile7` image, installs the Portuguese language pack, and sets Brazilian Portuguese as the default locale:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue