byrnedo / docker-nats-streaming

Nats streaming image with extras like config file support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nats Streaming on Alpine Linux

The official docker image is based on scratch. This makes it hard to do things like this:

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.

Image size: 7mb

About

Nats streaming image with extras like config file support

License:MIT License


Languages

Language:Dockerfile 100.0%