Plugins with grafana/grafana docker

Hi

How do I add plugins to the official (?) docker ?
I’d like to make sure the latest is always pulled along with the core grafana code…

Noticed that the Docker Hub docs are out of date (updating now). Here is the readme from the grafana-docker repo which is up-to-date:

Example here:

docker run \
  -d \
  -p 3000:3000 \
  --name=grafana \
  -e "GF_INSTALL_PLUGINS=grafana-clock-panel,grafana-simple-json-datasource" \
  grafana/grafana