
安装后显示异常,镜像已经拉过来了
让看日志 日志为空
点启动报错
服务内部错误: stderr: Container 1Panel-openresty-8DlX Starting Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error mounting “proc” to rootfs at “/proc”: mount proc:/proc (via /proc/self/fd/6), flags: 0xe: permission denied: unknown
Debian GNU/Linux 12 (bookworm) x86_64
openresty版本号1.21.4.3-3-3-focal
Docker版本号27.3.1
1.关闭 sellinux
2. 手动 docker run hello-world
没有安装sellinux
执行docker run hello-world 结果
root@bt:~# docker run hello-world
Unable to find image ‘hello-world:latest’ locally
latest: Pulling from library/hello-world
c1ec31eb5944: Pull complete
Digest: sha256:91fb4b041da273d5a3273b6d587d62d518300a6ad268b28628f74997b93171b2
Status: Downloaded newer image for hello-world:latest
docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error mounting “proc” to rootfs at “/proc”: mount proc:/proc (via /proc/self/fd/6), flags: 0xe: permission denied: unknown.