fix wrong cmd

fix wrong cmd
This commit is contained in:
WC 2021-01-11 18:14:38 +08:00 committed by GitHub
parent aa3d56fce9
commit d414505835
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,8 +21,8 @@ $ sudo kill -SIGHUP $(pidof dockerd)
## 检查内核日志
```bash
$ sudo dmesag |grep dockerd
$ sudo dmesag |grep runc
$ sudo dmesg |grep dockerd
$ sudo dmesg |grep runc
```
## Docker 不响应时处理