A small gnatsd image based apcera/gnatsd. This image only contains the gnatsd executable, and is configured to pass the command to be run as the arguments to it.
You can run it in the simplest sense with
docker run smarthall/gnatsd
As usual you can add -p or -P to expose the port to your machine instead of just linked containers.
You can also supply a config file by mounting it and passing the -c argument.
docker run -v /path/to/gnatsd.conf:/gnatsd.conf:ro smarthall/gnatsd -c /gnatsd.conf
Content type
Image
Digest
sha256:828d45fc5…
Size
1.6 MB
Last updated
almost 11 years ago
docker pull smarthall/gnatsd