https://github.com/byrnedo/docker-nats-streaming
Nats streaming image with extras like config file support
https://github.com/byrnedo/docker-nats-streaming
alpine alpine-image alpine-linux docker-image nats-streaming
Last synced: about 1 month ago
JSON representation
Nats streaming image with extras like config file support
- Host: GitHub
- URL: https://github.com/byrnedo/docker-nats-streaming
- Owner: byrnedo
- License: mit
- Created: 2018-10-16T15:50:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-16T18:32:22.000Z (over 7 years ago)
- Last Synced: 2025-01-19T19:49:08.153Z (over 1 year ago)
- Topics: alpine, alpine-image, alpine-linux, docker-image, nats-streaming
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nats Streaming on Alpine Linux
The [official](https://github.com/nats-io/nats-streaming-docker) docker image is based on scratch. This makes it hard to do things like this:
```sh
docker run ... --entrypoint "echo \$NATS_CONFIG > /stan.conf && exec '/nats-streaming-server -c /stan.conf $@'" ...
```
This image is based on alpine so you can do things like that :)
Check it out on [docker hub](https://hub.docker.com/r/byrnedo/alpine-nats-streaming/).
Image size: 7mb