kaz-vagrant/files/snster-kaz/kaz/prod/customKaz.sh.dist

8 lines
154 B
Plaintext
Raw Normal View History

2023-03-02 12:38:30 +01:00
#!/bin/bash
# Upstream registry
cat > /etc/docker/daemon.json <<EOF
{ "storage-driver": "btrfs",
"registry-mirrors": ["http://192.168.0.121:5000"] }
EOF