nats-box icon indicating copy to clipboard operation
nats-box copied to clipboard

A container with NATS utilities

Results 15 nats-box issues
Sort by recently updated
recently updated
newest added

This PR addresses #36 (also related to #30)

Running as root can cause security risk and should be avoided if at all possible. Running the image as non-root is considered a best practice. Related to https://github.com/nats-io/nats-box/pull/30

This PR leaves everything exactly the same except it allows for command override

## Issue Tried referring to the `nats` binary without SHELL-ing into the box and it gave me the following error. `docker run --rm natsio/nats-box:latest /usr/local/bin/nats stream add stream_name` ## Solution...

Hello, I have this as a docker image and I am trying to connect with the provided nats cli to see what streams it has, however I get the following...

On some hardened kubenertes clusters, having containers with root access is prohibited (with Admission Controllers). I propose here to use a non root user for nats-box. This will allow to...

0.6.0: ```bash kubectl run -i --rm --tty nats-box --image=synadia/nats-box:0.6.0 --restart=Never nats-box:~# stan-pub Usage: stan-bench [-s server (nats://127.0.0.1:4222)] [-c CLUSTER_ID] [-id CLIENT_ID] [-qgroup QUEUE_GROUP_NAME] [-np NUM_PUBLISHERS] [-ns NUM_SUBSCRIBERS] [-n NUM_MSGS] [-ms...

Hello, Some of NATS.io docs make use of [jq](https://stedolan.github.io/jq/download/) to showcase administration & usage [examples](https://docs.nats.io/jetstream/administration/streams), however **nats-box** docker image does not include a [jq](https://stedolan.github.io/jq/download/) binary. ``` docker-desktop:~# nats str info...

Hi guys, When I run this command `nats stream view` to get messages, but I don't know these messages are acked or not. How we can just get messages is...

Hello, I've been using eats-streaming on arm64 based cluster and recently I moved to Jetstream, I found that: ✅ NATS supports arm64 without any problems * nats-config-reloader * nats-box *...