Files
custom-dind/setup-daemon.sh
2025-05-26 15:50:48 +03:00

8 lines
160 B
Bash

#!/bin/sh
cat <<EOF > /etc/docker/daemon.json
{
"insecure-registries": ["http://nexus-repo-nexus-repository-manager.default.svc.cluster.local:5000"]
}
EOF