mknod fuse pendant l'install
This commit is contained in:
parent
7667e21c0d
commit
fb07ff2b4a
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user