Merge pull request #45918 from akerouanton/hack-make-run-disable-tls

Disable tls when launching dockerd through hack/make.sh
This commit is contained in:
Sebastiaan van Stijn 2023-07-12 14:37:56 +02:00 committed by GitHub
commit 93e65a2a6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,6 +58,7 @@ args=(
--host="unix://${socket}"
--storage-driver="${DOCKER_GRAPHDRIVER}"
--userland-proxy="${DOCKER_USERLANDPROXY}"
--tls=false
$storage_params
$extra_params
)