Docker vps Error response from daemon: rpc error: code = 2 desc = "oci runtime error: could not synchronise with container process: no subsystem for mount".
Salut les gens,
j'ai eu cette erreur sur mon vps ovh avec l'images docker/kubernetes:
Error response from daemon: rpc error: code = 2 desc = "oci runtime error: could not synchronise with container process: no subsystem for mount".
Pour résoudre ce problème, j'ai fait :
vim /boot/grub/grub.cfg
à la ligne:
linux /boot/vmlinuz-4.15.0-36-generic...
rajouter à la fin de la ligne :
systemd.legacy_systemd_cgroup_controller=yes
sauvegarder en forçant ( :wq!)
reboot
et that it !
j'ai eu cette erreur sur mon vps ovh avec l'images docker/kubernetes:
Error response from daemon: rpc error: code = 2 desc = "oci runtime error: could not synchronise with container process: no subsystem for mount".
Pour résoudre ce problème, j'ai fait :
vim /boot/grub/grub.cfg
à la ligne:
linux /boot/vmlinuz-4.15.0-36-generic...
rajouter à la fin de la ligne :
systemd.legacy_systemd_cgroup_controller=yes
sauvegarder en forçant ( :wq!)
reboot
et that it !
Commentaires
Enregistrer un commentaire