Revert "Integration test insecure registry"

This commit is contained in:
Donal McBreen
2024-09-10 10:02:10 +01:00
committed by GitHub
parent 7156c80f34
commit a4d668cd39
7 changed files with 10 additions and 2 deletions

View File

@@ -4,6 +4,6 @@ while [ ! -f /root/.ssh/authorized_keys ]; do echo "Waiting for ssh keys"; sleep
service ssh restart
dockerd --max-concurrent-downloads 1 --insecure-registry registry:4443 &
dockerd --max-concurrent-downloads 1 &
exec sleep infinity