develop-snster #2

Merged
francois.lesueur merged 11 commits from develop-snster into master 2023-03-06 17:06:57 +01:00
2 changed files with 0 additions and 10 deletions
Showing only changes of commit def800e181 - Show all commits

View File

@ -1,7 +0,0 @@
#!/bin/bash
# Upstream registry
cat > /etc/docker/daemon.json <<EOF
{ "storage-driver": "btrfs",
"registry-mirrors": ["http://192.168.0.121:5000"] }
EOF

View File

@ -98,9 +98,6 @@ service docker restart
DEBIAN_FRONTEND=noninteractive apt-get autoremove -y DEBIAN_FRONTEND=noninteractive apt-get autoremove -y
DEBIAN_FRONTEND=noninteractive apt-get clean DEBIAN_FRONTEND=noninteractive apt-get clean
if [ -f "${DIR}/customKaz.sh" ]; then
bash "${DIR}/customKaz.sh"
fi
# notes fuse-overlayfs : # notes fuse-overlayfs :
#mknod -m 666 /dev/fuse c 10 229 #mknod -m 666 /dev/fuse c 10 229