Closed ds-04 closed 5 months ago
It might be worth including jq in the dockerfile
Then this will work in the container
lnms config:get --dump | jq
? if you run docker exec -it librenms lnms config:get --dump|jq you need jq outside of the container.
docker exec -it librenms lnms config:get --dump|jq
Also, this doesn't seem like a very common use case. You can also view the entire config in the web ui.
Description
It might be worth including jq in the dockerfile
Then this will work in the container
lnms config:get --dump | jq