TODO: Fix later
This commit is contained in:
7
setup-daemon.sh
Normal file
7
setup-daemon.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
cat <<EOF > /etc/docker/daemon.json
|
||||
{
|
||||
"insecure-registries": ["http://nexus-repo-nexus-repository-manager.default.svc.cluster.local:5000"]
|
||||
}
|
||||
EOF
|
||||
Reference in New Issue
Block a user