I'm a little newbie to Docker. I was trying to deploying Hortonworks sandbox on docker but unfortunately, the below error encountered.
docker: Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: process_linux.go:545: container init caused: process_linux.go:508: setting cgroup config for procHooks process caused: resulting devices cgroup doesn't match target mode: unknown.
Once I was able to set up everything on a different server correctly which was a Ubuntu 20.04 VPS from Contabo.
But this time I have used a VPS from VPSDime and I have tested this on 3 different operating systems and the same error occurred: Ubuntu 20.04, Ubuntu 18.04, CentOS 8.
Please help me, I have followed this guide here: https://tomas-savenas.medium.com/hortonworks-sandbox-hdp-3-0-on-ubuntu-18-04-using-docker-da579fd654f9
containerd.io
to 1.4.6 – Xanthate