diff --git a/nats-streaming/README.md b/nats-streaming/README.md index 4cfdb189f..8978cac49 100644 --- a/nats-streaming/README.md +++ b/nats-streaming/README.md @@ -120,27 +120,27 @@ $ docker run -d -p 4222:4222 -p 8222:8222 nats-streaming Output that you would get if you had started with `-ti` instead of `d` (for daemon): ```bash -[1] 2019/04/26 22:46:58.075104 [INF] STREAM: Starting nats-streaming-server[test-cluster] version 0.14.1 -[1] 2019/04/26 22:46:58.075146 [INF] STREAM: ServerID: pNHTpWWPu7DdO8rWU7sj28 -[1] 2019/04/26 22:46:58.075149 [INF] STREAM: Go version: go1.11.9 -[1] 2019/04/26 22:46:58.075151 [INF] STREAM: Git commit: [25d6ada] -[1] 2019/04/26 22:46:58.075619 [INF] Starting nats-server version 1.4.1 -[1] 2019/04/26 22:46:58.075643 [INF] Git commit [3e64f0b] -[1] 2019/04/26 22:46:58.075740 [INF] Starting http monitor on 0.0.0.0:8222 -[1] 2019/04/26 22:46:58.075756 [INF] Listening for client connections on 0.0.0.0:4222 -[1] 2019/04/26 22:46:58.075760 [INF] Server is ready -[1] 2019/04/26 22:46:58.103335 [INF] STREAM: Recovering the state... -[1] 2019/04/26 22:46:58.103359 [INF] STREAM: No recovered state -[1] 2019/04/26 22:46:58.355691 [INF] STREAM: Message store is MEMORY -[1] 2019/04/26 22:46:58.355765 [INF] STREAM: ---------- Store Limits ---------- -[1] 2019/04/26 22:46:58.355771 [INF] STREAM: Channels: 100 * -[1] 2019/04/26 22:46:58.355774 [INF] STREAM: --------- Channels Limits -------- -[1] 2019/04/26 22:46:58.355777 [INF] STREAM: Subscriptions: 1000 * -[1] 2019/04/26 22:46:58.355779 [INF] STREAM: Messages : 1000000 * -[1] 2019/04/26 22:46:58.355782 [INF] STREAM: Bytes : 976.56 MB * -[1] 2019/04/26 22:46:58.355785 [INF] STREAM: Age : unlimited * -[1] 2019/04/26 22:46:58.355788 [INF] STREAM: Inactivity : unlimited * -[1] 2019/04/26 22:46:58.355827 [INF] STREAM: ---------------------------------- +[1] 2019/05/21 20:20:02.942572 [INF] STREAM: Starting nats-streaming-server[test-cluster] version 0.14.2 +[1] 2019/05/21 20:20:02.942624 [INF] STREAM: ServerID: CaVyfAZG8iBO4VHm3fGApy +[1] 2019/05/21 20:20:02.942630 [INF] STREAM: Go version: go1.11.10 +[1] 2019/05/21 20:20:02.942634 [INF] STREAM: Git commit: [0844ce1] +[1] 2019/05/21 20:20:02.943203 [INF] Starting nats-server version 1.4.1 +[1] 2019/05/21 20:20:02.943252 [INF] Git commit [3e64f0b] +[1] 2019/05/21 20:20:02.943327 [INF] Starting http monitor on 0.0.0.0:8222 +[1] 2019/05/21 20:20:02.943394 [INF] Listening for client connections on 0.0.0.0:4222 +[1] 2019/05/21 20:20:02.943402 [INF] Server is ready +[1] 2019/05/21 20:20:02.971508 [INF] STREAM: Recovering the state... +[1] 2019/05/21 20:20:02.971517 [INF] STREAM: No recovered state +[1] 2019/05/21 20:20:03.223487 [INF] STREAM: Message store is MEMORY +[1] 2019/05/21 20:20:03.223582 [INF] STREAM: ---------- Store Limits ---------- +[1] 2019/05/21 20:20:03.223594 [INF] STREAM: Channels: 100 * +[1] 2019/05/21 20:20:03.223602 [INF] STREAM: --------- Channels Limits -------- +[1] 2019/05/21 20:20:03.223609 [INF] STREAM: Subscriptions: 1000 * +[1] 2019/05/21 20:20:03.223616 [INF] STREAM: Messages : 1000000 * +[1] 2019/05/21 20:20:03.223623 [INF] STREAM: Bytes : 976.56 MB * +[1] 2019/05/21 20:20:03.223630 [INF] STREAM: Age : unlimited * +[1] 2019/05/21 20:20:03.223636 [INF] STREAM: Inactivity : unlimited * +[1] 2019/05/21 20:20:03.223643 [INF] STREAM: ---------------------------------- ``` To use a file based store instead, you would run: @@ -148,27 +148,27 @@ To use a file based store instead, you would run: ```bash $ docker run -d -p 4222:4222 -p 8222:8222 nats-streaming -store file -dir datastore -[1] 2019/04/26 22:47:29.217046 [INF] STREAM: Starting nats-streaming-server[test-cluster] version 0.14.1 -[1] 2019/04/26 22:47:29.217086 [INF] STREAM: ServerID: UdEwI9vip7th5NriXQ30cN -[1] 2019/04/26 22:47:29.217089 [INF] STREAM: Go version: go1.11.9 -[1] 2019/04/26 22:47:29.217091 [INF] STREAM: Git commit: [25d6ada] -[1] 2019/04/26 22:47:29.217605 [INF] Starting nats-server version 1.4.1 -[1] 2019/04/26 22:47:29.217632 [INF] Git commit [3e64f0b] -[1] 2019/04/26 22:47:29.217724 [INF] Listening for client connections on 0.0.0.0:4222 -[1] 2019/04/26 22:47:29.217747 [INF] Server is ready -[1] 2019/04/26 22:47:29.246099 [INF] STREAM: Recovering the state... -[1] 2019/04/26 22:47:29.246235 [INF] STREAM: No recovered state -[1] 2019/04/26 22:47:29.497349 [INF] STREAM: Message store is FILE -[1] 2019/04/26 22:47:29.497397 [INF] STREAM: Store location: datastore -[1] 2019/04/26 22:47:29.497496 [INF] STREAM: ---------- Store Limits ---------- -[1] 2019/04/26 22:47:29.497504 [INF] STREAM: Channels: 100 * -[1] 2019/04/26 22:47:29.497507 [INF] STREAM: --------- Channels Limits -------- -[1] 2019/04/26 22:47:29.497510 [INF] STREAM: Subscriptions: 1000 * -[1] 2019/04/26 22:47:29.497512 [INF] STREAM: Messages : 1000000 * -[1] 2019/04/26 22:47:29.497515 [INF] STREAM: Bytes : 976.56 MB * -[1] 2019/04/26 22:47:29.497518 [INF] STREAM: Age : unlimited * -[1] 2019/04/26 22:47:29.497521 [INF] STREAM: Inactivity : unlimited * -[1] 2019/04/26 22:47:29.497523 [INF] STREAM: ---------------------------------- +[1] 2019/05/21 20:20:22.472757 [INF] STREAM: Starting nats-streaming-server[test-cluster] version 0.14.2 +[1] 2019/05/21 20:20:22.472788 [INF] STREAM: ServerID: 2OKEWgxBDY6mKRiAoaPVUM +[1] 2019/05/21 20:20:22.472796 [INF] STREAM: Go version: go1.11.10 +[1] 2019/05/21 20:20:22.472798 [INF] STREAM: Git commit: [0844ce1] +[1] 2019/05/21 20:20:22.473373 [INF] Starting nats-server version 1.4.1 +[1] 2019/05/21 20:20:22.473381 [INF] Git commit [3e64f0b] +[1] 2019/05/21 20:20:22.473445 [INF] Listening for client connections on 0.0.0.0:4222 +[1] 2019/05/21 20:20:22.473451 [INF] Server is ready +[1] 2019/05/21 20:20:22.499892 [INF] STREAM: Recovering the state... +[1] 2019/05/21 20:20:22.499970 [INF] STREAM: No recovered state +[1] 2019/05/21 20:20:22.755994 [INF] STREAM: Message store is FILE +[1] 2019/05/21 20:20:22.756009 [INF] STREAM: Store location: datastore +[1] 2019/05/21 20:20:22.756043 [INF] STREAM: ---------- Store Limits ---------- +[1] 2019/05/21 20:20:22.756047 [INF] STREAM: Channels: 100 * +[1] 2019/05/21 20:20:22.756050 [INF] STREAM: --------- Channels Limits -------- +[1] 2019/05/21 20:20:22.756052 [INF] STREAM: Subscriptions: 1000 * +[1] 2019/05/21 20:20:22.756055 [INF] STREAM: Messages : 1000000 * +[1] 2019/05/21 20:20:22.756057 [INF] STREAM: Bytes : 976.56 MB * +[1] 2019/05/21 20:20:22.756061 [INF] STREAM: Age : unlimited * +[1] 2019/05/21 20:20:22.756099 [INF] STREAM: Inactivity : unlimited * +[1] 2019/05/21 20:20:22.756132 [INF] STREAM: ---------------------------------- ``` You can also connect to a remote NATS Server running in a docker image. First, run NATS Server: @@ -182,23 +182,23 @@ Now, start the Streaming server and link it to the above docker image: ```bash $ docker run -d --link nats-main nats-streaming -store file -dir datastore -ns nats://nats-main:4222 -[1] 2019/04/26 22:47:52.594326 [INF] STREAM: Starting nats-streaming-server[test-cluster] version 0.14.1 -[1] 2019/04/26 22:47:52.594367 [INF] STREAM: ServerID: p9Ip4XtwCyFztbkyooqf0d -[1] 2019/04/26 22:47:52.594370 [INF] STREAM: Go version: go1.11.9 -[1] 2019/04/26 22:47:52.594372 [INF] STREAM: Git commit: [25d6ada] -[1] 2019/04/26 22:47:52.622075 [INF] STREAM: Recovering the state... -[1] 2019/04/26 22:47:52.622233 [INF] STREAM: No recovered state -[1] 2019/04/26 22:47:52.873051 [INF] STREAM: Message store is FILE -[1] 2019/04/26 22:47:52.873086 [INF] STREAM: Store location: datastore -[1] 2019/04/26 22:47:52.873119 [INF] STREAM: ---------- Store Limits ---------- -[1] 2019/04/26 22:47:52.873150 [INF] STREAM: Channels: 100 * -[1] 2019/04/26 22:47:52.873154 [INF] STREAM: --------- Channels Limits -------- -[1] 2019/04/26 22:47:52.873156 [INF] STREAM: Subscriptions: 1000 * -[1] 2019/04/26 22:47:52.873158 [INF] STREAM: Messages : 1000000 * -[1] 2019/04/26 22:47:52.873160 [INF] STREAM: Bytes : 976.56 MB * -[1] 2019/04/26 22:47:52.873162 [INF] STREAM: Age : unlimited * -[1] 2019/04/26 22:47:52.873163 [INF] STREAM: Inactivity : unlimited * -[1] 2019/04/26 22:47:52.873165 [INF] STREAM: ---------------------------------- +[1] 2019/05/21 20:20:37.826841 [INF] STREAM: Starting nats-streaming-server[test-cluster] version 0.14.2 +[1] 2019/05/21 20:20:37.826881 [INF] STREAM: ServerID: GHdxd2yOND7kOehU2iZYlZ +[1] 2019/05/21 20:20:37.826884 [INF] STREAM: Go version: go1.11.10 +[1] 2019/05/21 20:20:37.826885 [INF] STREAM: Git commit: [0844ce1] +[1] 2019/05/21 20:20:37.855761 [INF] STREAM: Recovering the state... +[1] 2019/05/21 20:20:37.855928 [INF] STREAM: No recovered state +[1] 2019/05/21 20:20:38.111104 [INF] STREAM: Message store is FILE +[1] 2019/05/21 20:20:38.111131 [INF] STREAM: Store location: datastore +[1] 2019/05/21 20:20:38.111154 [INF] STREAM: ---------- Store Limits ---------- +[1] 2019/05/21 20:20:38.111156 [INF] STREAM: Channels: 100 * +[1] 2019/05/21 20:20:38.111158 [INF] STREAM: --------- Channels Limits -------- +[1] 2019/05/21 20:20:38.111178 [INF] STREAM: Subscriptions: 1000 * +[1] 2019/05/21 20:20:38.111199 [INF] STREAM: Messages : 1000000 * +[1] 2019/05/21 20:20:38.111201 [INF] STREAM: Bytes : 976.56 MB * +[1] 2019/05/21 20:20:38.111203 [INF] STREAM: Age : unlimited * +[1] 2019/05/21 20:20:38.111204 [INF] STREAM: Inactivity : unlimited * +[1] 2019/05/21 20:20:38.111206 [INF] STREAM: ---------------------------------- ``` diff --git a/node/README.md b/node/README.md index 5f17c049a..7086da3a1 100644 --- a/node/README.md +++ b/node/README.md @@ -22,9 +22,9 @@ WARNING: - [`8.16.0-onbuild`, `8.16-onbuild`, `8-onbuild`, `carbon-onbuild` (*8/onbuild/Dockerfile*)](https://github.com/nodejs/docker-node/blob/a8dbfa5c7cac9dca9145c6f429cd2c4f11176707/8/onbuild/Dockerfile) - [`8.16.0-stretch`, `8.16-stretch`, `8-stretch`, `carbon-stretch`, `8.16.0`, `8.16`, `8`, `carbon` (*8/stretch/Dockerfile*)](https://github.com/nodejs/docker-node/blob/a8dbfa5c7cac9dca9145c6f429cd2c4f11176707/8/stretch/Dockerfile) - [`8.16.0-stretch-slim`, `8.16-stretch-slim`, `8-stretch-slim`, `carbon-stretch-slim`, `8.16.0-slim`, `8.16-slim`, `8-slim`, `carbon-slim` (*8/stretch-slim/Dockerfile*)](https://github.com/nodejs/docker-node/blob/a8dbfa5c7cac9dca9145c6f429cd2c4f11176707/8/stretch-slim/Dockerfile) -- [`12.2.0-alpine`, `12.2-alpine`, `12-alpine`, `current-alpine`, `alpine` (*12/alpine/Dockerfile*)](https://github.com/nodejs/docker-node/blob/8913f934470af3d775a31277e065b9853639e2b2/12/alpine/Dockerfile) -- [`12.2.0-stretch`, `12.2-stretch`, `12-stretch`, `current-stretch`, `stretch`, `12.2.0`, `12.2`, `12`, `current`, `latest` (*12/stretch/Dockerfile*)](https://github.com/nodejs/docker-node/blob/8913f934470af3d775a31277e065b9853639e2b2/12/stretch/Dockerfile) -- [`12.2.0-stretch-slim`, `12.2-stretch-slim`, `12-stretch-slim`, `current-stretch-slim`, `stretch-slim`, `12.2.0-slim`, `12.2-slim`, `12-slim`, `current-slim`, `slim` (*12/stretch-slim/Dockerfile*)](https://github.com/nodejs/docker-node/blob/8913f934470af3d775a31277e065b9853639e2b2/12/stretch-slim/Dockerfile) +- [`12.3.0-alpine`, `12.3-alpine`, `12-alpine`, `current-alpine`, `alpine` (*12/alpine/Dockerfile*)](https://github.com/nodejs/docker-node/blob/abfaf5d2725c90fe2243a1c9b22761a6c40d4a39/12/alpine/Dockerfile) +- [`12.3.0-stretch`, `12.3-stretch`, `12-stretch`, `current-stretch`, `stretch`, `12.3.0`, `12.3`, `12`, `current`, `latest` (*12/stretch/Dockerfile*)](https://github.com/nodejs/docker-node/blob/abfaf5d2725c90fe2243a1c9b22761a6c40d4a39/12/stretch/Dockerfile) +- [`12.3.0-stretch-slim`, `12.3-stretch-slim`, `12-stretch-slim`, `current-stretch-slim`, `stretch-slim`, `12.3.0-slim`, `12.3-slim`, `12-slim`, `current-slim`, `slim` (*12/stretch-slim/Dockerfile*)](https://github.com/nodejs/docker-node/blob/abfaf5d2725c90fe2243a1c9b22761a6c40d4a39/12/stretch-slim/Dockerfile) - [`11.15.0-alpine`, `11.15-alpine`, `11-alpine` (*11/alpine/Dockerfile*)](https://github.com/nodejs/docker-node/blob/e8c9f49af6d18100ecb0093cbea4bae18f1271d9/11/alpine/Dockerfile) - [`11.15.0-stretch`, `11.15-stretch`, `11-stretch`, `11.15.0`, `11.15`, `11` (*11/stretch/Dockerfile*)](https://github.com/nodejs/docker-node/blob/e8c9f49af6d18100ecb0093cbea4bae18f1271d9/11/stretch/Dockerfile) - [`11.15.0-stretch-slim`, `11.15-stretch-slim`, `11-stretch-slim`, `11.15.0-slim`, `11.15-slim`, `11-slim` (*11/stretch-slim/Dockerfile*)](https://github.com/nodejs/docker-node/blob/e8c9f49af6d18100ecb0093cbea4bae18f1271d9/11/stretch-slim/Dockerfile) @@ -33,8 +33,8 @@ WARNING: - [`10.15.3-alpine`, `10.15-alpine`, `10-alpine`, `dubnium-alpine`, `lts-alpine` (*10/alpine/Dockerfile*)](https://github.com/nodejs/docker-node/blob/5a6a5e91999358c5b04fddd6c22a9a4eb0bf3fbf/10/alpine/Dockerfile) - [`10.15.3-stretch`, `10.15-stretch`, `10-stretch`, `dubnium-stretch`, `lts-stretch`, `10.15.3`, `10.15`, `10`, `dubnium`, `lts` (*10/stretch/Dockerfile*)](https://github.com/nodejs/docker-node/blob/170ed2092d4925971f9cd3ad5dfc416e820f90fd/10/stretch/Dockerfile) - [`10.15.3-stretch-slim`, `10.15-stretch-slim`, `10-stretch-slim`, `dubnium-stretch-slim`, `lts-stretch-slim`, `10.15.3-slim`, `10.15-slim`, `10-slim`, `dubnium-slim`, `lts-slim` (*10/stretch-slim/Dockerfile*)](https://github.com/nodejs/docker-node/blob/170ed2092d4925971f9cd3ad5dfc416e820f90fd/10/stretch-slim/Dockerfile) -- [`chakracore-8.11.1`, `chakracore-8.11`, `chakracore-8` (*chakracore/8/Dockerfile*)](https://github.com/nodejs/docker-node/blob/5e2fdc873c06eda1c9d0d0729ffe64664c76f07c/chakracore/8/Dockerfile) -- [`chakracore-10.13.0`, `chakracore-10.13`, `chakracore-10`, `chakracore` (*chakracore/10/Dockerfile*)](https://github.com/nodejs/docker-node/blob/5e2fdc873c06eda1c9d0d0729ffe64664c76f07c/chakracore/10/Dockerfile) +- [`chakracore-8.11.1`, `chakracore-8.11`, `chakracore-8` (*chakracore/8/Dockerfile*)](https://github.com/nodejs/docker-node/blob/b318c6023ae7bac30e522d4f0575f06864ec0f58/chakracore/8/Dockerfile) +- [`chakracore-10.13.0`, `chakracore-10.13`, `chakracore-10`, `chakracore` (*chakracore/10/Dockerfile*)](https://github.com/nodejs/docker-node/blob/b318c6023ae7bac30e522d4f0575f06864ec0f58/chakracore/10/Dockerfile) # Quick reference diff --git a/rabbitmq/README.md b/rabbitmq/README.md index fb365c57b..99a42e808 100644 --- a/rabbitmq/README.md +++ b/rabbitmq/README.md @@ -16,18 +16,14 @@ WARNING: # Supported tags and respective `Dockerfile` links -- [`3.8.0-beta.4`, `3.8-rc` (*3.8-rc/ubuntu/Dockerfile*)](https://github.com/docker-library/rabbitmq/blob/ab5b3a45d27d4341827a16ae31183d4aa89ed520/3.8-rc/ubuntu/Dockerfile) +- [`3.8.0-beta.4`, `3.8-rc` (*3.8-rc/ubuntu/Dockerfile*)](https://github.com/docker-library/rabbitmq/blob/a89c4e4f7ff7cff9df094d7a136a7ad8b80597e4/3.8-rc/ubuntu/Dockerfile) - [`3.8.0-beta.4-management`, `3.8-rc-management` (*3.8-rc/ubuntu/management/Dockerfile*)](https://github.com/docker-library/rabbitmq/blob/3a5957b93e31661739a9018bc2ae5d20f1bfae59/3.8-rc/ubuntu/management/Dockerfile) -- [`3.8.0-beta.4-alpine`, `3.8-rc-alpine` (*3.8-rc/alpine/Dockerfile*)](https://github.com/docker-library/rabbitmq/blob/ab5b3a45d27d4341827a16ae31183d4aa89ed520/3.8-rc/alpine/Dockerfile) +- [`3.8.0-beta.4-alpine`, `3.8-rc-alpine` (*3.8-rc/alpine/Dockerfile*)](https://github.com/docker-library/rabbitmq/blob/a89c4e4f7ff7cff9df094d7a136a7ad8b80597e4/3.8-rc/alpine/Dockerfile) - [`3.8.0-beta.4-management-alpine`, `3.8-rc-management-alpine` (*3.8-rc/alpine/management/Dockerfile*)](https://github.com/docker-library/rabbitmq/blob/3a5957b93e31661739a9018bc2ae5d20f1bfae59/3.8-rc/alpine/management/Dockerfile) -- [`3.7.15-beta.1`, `3.7-rc` (*3.7-rc/ubuntu/Dockerfile*)](https://github.com/docker-library/rabbitmq/blob/01e2a1a77260bc9e1c6001ba1a61323791b1dfcc/3.7-rc/ubuntu/Dockerfile) -- [`3.7.15-beta.1-management`, `3.7-rc-management` (*3.7-rc/ubuntu/management/Dockerfile*)](https://github.com/docker-library/rabbitmq/blob/f22c0b266cfeb8cb6d776f9e6a961908c2557ad3/3.7-rc/ubuntu/management/Dockerfile) -- [`3.7.15-beta.1-alpine`, `3.7-rc-alpine` (*3.7-rc/alpine/Dockerfile*)](https://github.com/docker-library/rabbitmq/blob/01e2a1a77260bc9e1c6001ba1a61323791b1dfcc/3.7-rc/alpine/Dockerfile) -- [`3.7.15-beta.1-management-alpine`, `3.7-rc-management-alpine` (*3.7-rc/alpine/management/Dockerfile*)](https://github.com/docker-library/rabbitmq/blob/da06cbdbe9e89305b2650a782af06f96004a894e/3.7-rc/alpine/management/Dockerfile) -- [`3.7.14`, `3.7`, `3`, `latest` (*3.7/ubuntu/Dockerfile*)](https://github.com/docker-library/rabbitmq/blob/7289bc5e9d408054876a918b20e3a93e0618a45a/3.7/ubuntu/Dockerfile) -- [`3.7.14-management`, `3.7-management`, `3-management`, `management` (*3.7/ubuntu/management/Dockerfile*)](https://github.com/docker-library/rabbitmq/blob/f22c0b266cfeb8cb6d776f9e6a961908c2557ad3/3.7/ubuntu/management/Dockerfile) -- [`3.7.14-alpine`, `3.7-alpine`, `3-alpine`, `alpine` (*3.7/alpine/Dockerfile*)](https://github.com/docker-library/rabbitmq/blob/7289bc5e9d408054876a918b20e3a93e0618a45a/3.7/alpine/Dockerfile) -- [`3.7.14-management-alpine`, `3.7-management-alpine`, `3-management-alpine`, `management-alpine` (*3.7/alpine/management/Dockerfile*)](https://github.com/docker-library/rabbitmq/blob/4b2b11c59ee65c2a09616b163d4572559a86bb7b/3.7/alpine/management/Dockerfile) +- [`3.7.15`, `3.7`, `3`, `latest` (*3.7/ubuntu/Dockerfile*)](https://github.com/docker-library/rabbitmq/blob/5e5669ca28b54c6fa07e9767a63e7a01d61cd57a/3.7/ubuntu/Dockerfile) +- [`3.7.15-management`, `3.7-management`, `3-management`, `management` (*3.7/ubuntu/management/Dockerfile*)](https://github.com/docker-library/rabbitmq/blob/f22c0b266cfeb8cb6d776f9e6a961908c2557ad3/3.7/ubuntu/management/Dockerfile) +- [`3.7.15-alpine`, `3.7-alpine`, `3-alpine`, `alpine` (*3.7/alpine/Dockerfile*)](https://github.com/docker-library/rabbitmq/blob/5e5669ca28b54c6fa07e9767a63e7a01d61cd57a/3.7/alpine/Dockerfile) +- [`3.7.15-management-alpine`, `3.7-management-alpine`, `3-management-alpine`, `management-alpine` (*3.7/alpine/management/Dockerfile*)](https://github.com/docker-library/rabbitmq/blob/4b2b11c59ee65c2a09616b163d4572559a86bb7b/3.7/alpine/management/Dockerfile) # Quick reference