Skip to content

Commit 7258dee

Browse files
fix(post): fix docker daemon path
1 parent 4422bf8 commit 7258dee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2021-11-20-grafana-loki.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ docker plugin install grafana/loki-docker-driver:latest --alias loki --grant-all
181181
edit docker daemon config
182182

183183
```bash
184-
sudo nano /etc/daemon.json
184+
sudo nano /etc/docker/daemon.json
185185
```
186186

187187
`daemon.json`

0 commit comments

Comments
 (0)