mirror of https://github.com/docker/docs.git
Commands require sudo
This commit is contained in:
parent
5e56e7cd57
commit
ba6bed6f33
|
@ -416,7 +416,7 @@ assumes that the Docker daemon is in the `stopped` state.
|
||||||
`/var/lib/docker.bk` directory which contains the previous configuration.
|
`/var/lib/docker.bk` directory which contains the previous configuration.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ rm -rf /var/lib/docker.bk
|
$ sudo rm -rf /var/lib/docker.bk
|
||||||
```
|
```
|
||||||
|
|
||||||
## Manage devicemapper
|
## Manage devicemapper
|
||||||
|
@ -431,7 +431,7 @@ tool at the OS level, such as Nagios.
|
||||||
To view the LVM logs, you can use `journalctl`:
|
To view the LVM logs, you can use `journalctl`:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ journalctl -fu dm-event.service
|
$ sudo journalctl -fu dm-event.service
|
||||||
```
|
```
|
||||||
|
|
||||||
If you run into repeated problems with thin pool, you can set the storage option
|
If you run into repeated problems with thin pool, you can set the storage option
|
||||||
|
|
Loading…
Reference in New Issue