Si obtenemos el error “[ERROR] [Entrypoint]: mysqld failed while attempting to check config” al desplegar una imagen mysql con docker
Puede deberse a la configuración de containerd. En Manjaro lo solucioné reemplazando lo siguiente: sudo nano /lib/systemd/system/containerd.service ---------- # LimitNOFILE=infinity LimitNOFILE=1048576 ---------- systemctl daemon-reload sudo systemctl restart containerd docker ps…