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

@@ -1,5 +1,5 @@
#!/bin/bash
dockerd --max-concurrent-downloads 1 --insecure-registry registry:4443 &
dockerd --max-concurrent-downloads 1 &
exec sleep infinity