nats-io / nats-docker

Official Docker image for the NATS server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"exec: \"nats-server\": executable file not found in $PATH": unknown

muka opened this issue · comments

Hi
I am deploying nats 2.2.2 (using Nats helm chart) and tried tags 2.2, nats:2.2.2-scratch and nats:2.2.0-scratch
On start the container report this error

Error: failed to start container "nats": Error response from daemon: OCI runtime create failed: container_linux.go:349: starting container process caused "exec: \"nats-server\": executable file not found in $PATH": unknown

Is it a broken build or am I misusing the image?

Sorry, this issue is not valid. Running locally works (docker run --rm nats:2.2.2-scratch)