# 报错如下:
[[email protected] ~]# docker logs ba2d4ab942f9
W1022 06:12:09.413462 1 manager.go:349] Could not configure a source for OOM detection, disabling OOM events: open /dev/kmsg: no such file or directory
F1022 06:12:09.504230 1 cadvisor.go:172] Failed to start container manager: inotify_add_watch /sys/fs/cgroup/cpuacct,cpu: no such file or directory
# 解决
sudo mount -o remount,rw '/sys/fs/cgroup'
sudo ln -s /sys/fs/cgroup/cpu,cpuacct /sys/fs/cgroup/cpuacct,cpu
div>
Read More:
- Failed to add /run/systemd/ask-password to directory watch: No space left on device?
- [extremely simple and effective] installing docker under centos6. X
- Centos7 quick installation of docker and configuration of image acceleration
- docker:Failed to add /run/systemd/ask-password to directory watch: No space left on device
- QInotifyFileSystemWatcherEngine::addPaths: inotify_add_Watch failed: there is no space on the device
- Fedora32 start container error – OCI runtime create failed: This version of runc doesn’t work on cgroups V2: unknown
- Docke Run: response from daemon: OCI runtime create failed: container with id exists:XXX:unknown
- [Solved] kubelet Startup Error: cannot find network namespace for the terminated container
- Error: path not specified when the docker 1.7 file is uploaded to the container in CentOS
- [Solved] PVE7.0“run_buffer: 316 Script exited with status 1”
- Common command of docker
- Error response from daemon: Conflict. The container name “/mysql is already in use by container
- NVIDIA docker failed to start normally
- Failed to get D-Bus connection: No such file or directory
- docker service Failed to get D-Bus connection: Operation not permitted
- Docker starts MySQL container and reports an error driver failed programming external connectivity on endpoint mysq
- Docker CentOS Failed to get D-Bus connection: Operation not permitted
- Some problems in installing wsl2 and NVIDIA docker in win10
- Frequently asked questions about docker
- Vscode configuration connection server docker write code