How to use grafana-cli on a Docker-installed grafana?
@aliya.yundt
To use grafana-cli
in a Docker-installed Grafana, you need to access the running container to execute the commands. Follow these steps:
Note: Ensure that the container is running and provides access to the command line interface before attempting to execute docker exec
command.
That's it! You can now use grafana-cli
commands on your Docker-installed Grafana.