Dear all.
I post here to invoke your help…
My setup:
-Nas Synology with docker
-Grafana through docker
with this command:
docker run
-d
-p 3000:3000
–name=grafana
-e “GF_INSTALL_PLUGINS=grafana-clock-panel,grafana-simple-json-datasource”
grafana/grafana
I have this message:
docker: Error response from daemon: Conflict. The name “/grafana” is already in use by container a60f1601f2753b025d4d035be83c53148f913b982ba70a4168d7a0b811a5680a. You have to remove (or rename) that container to be able to reuse that name…
Ok I understand that a part of the command is useless so I try:
docker run
-e “GF_INSTALL_PLUGINS=grafana-clock-panel,grafana-simple-json-datasource”
grafana/grafana
Then something happened, and was installed.
I run
docker ps -a
and a new container appears, but nothing more in grafana plugins section:
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
11fd51cfb22d grafana/grafana “/run.sh” 2 minutes ago Up 2 minutes 3000/tcp adoring_dijkstra
a60f1601f275 grafana/grafana “/run.sh” 3 days ago Up 7 hours 0.0.0.0:3000->3000/tcp grafana
So, what i’m doing wrong, how to install properly plugins? As you can see I don’t understand how the combo docker / grafana really works.
Thanks for your help,
cheers,
Joël.