Skip to content

Commit

Permalink
Updated "Upgrading" (#2439)
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
till authored Jul 28, 2020
1 parent 5d142e1 commit bf0a8cb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/sources/clients/docker-driver/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bf0a8cb

Please sign in to comment.