mknod fuse pendant l'install

This commit is contained in:
Francois Lesueur 2023-01-14 08:52:25 +01:00
parent 7667e21c0d
commit fb07ff2b4a

View File

@ -52,6 +52,8 @@ cat >> /etc/docker/daemon.json <<EOF
{ "storage-driver": "fuse-overlayfs" }
EOF
service docker restart
mknod -m 666 /dev/fuse c 10 229
echo -e '#!/bin/sh\nmknod -m 666 /dev/fuse c 10 229' >> /etc/rc.local
chmod +x /etc/rc.local