skip to Main Content

Plesk Obsidian Version 18.0.35 /
CentOS Linux 7.9.2009 /
Docker version 20.10.6, build 370c289 /

Docker container with MySQL stopped today and can’t be started.
Trying to start docker container in Plesk I am getting the error:

Error: {"message":"OCI runtime create failed: container_linux.go:380: starting container process caused: process_linux.go:545: container init caused: rootfs_linux.go:76: mounting "/var/lib/docker/containers/23385a006794b8bd06cb112d5a9c8401d6bb78370e6e7e6adea8182b2205c624/resolv.conf" to rootfs at "/etc/resolv.conf" caused: mount through procfd: possibly malicious path detected -- refusing to operate on /etc/resolv.conf: unknown"}

We tried to install another container – same error
We deleted the container and the docker App in Plesk and installed all from zero – same error.

$docker info

enter image description here

2

Answers


  1. Upgrading docker-ce and nvidia-docker can solve the problem!

    Encountered this problem in centos7.2.1511. I solved it by adjusting the docker version.

    Available environment in centos7.2.1511
    docker-ce-19.03.1-3.el7.x86_64(note:docker-ce-19.03.4+ is not available)
    nvidia-docker2-2.6.0-1.noarch

    Please forgive me bad english!!

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search