develop-snster #2
@ -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
|
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user