Updated "Upgrading" (#2439)

- recently updated a couple of the loki plugins 
 - no update would work without restarting docker
 - specifically, reading `docker [service] logs $foo` no longer worked without restart
k27
Till! 5 years ago committed by GitHub
parent 5d142e12a9
commit bf0a8cb58b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      docs/sources/clients/docker-driver/_index.md

@ -39,13 +39,14 @@ Once the plugin is installed it can be [configured](../../configuration/).
## Upgrading
The upgrade process involves disabling the existing plugin, upgrading, and then
re-enabling:
The upgrade process involves disabling the existing plugin, upgrading, then
re-enabling and restarting Docker:
```bash
docker plugin disable loki
docker plugin upgrade loki grafana/loki-docker-driver:latest
docker plugin enable loki
systemctl restart docker
```
## Uninstalling

Loading…
Cancel
Save