An open API service indexing awesome lists of open source software.

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

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