Merge pull request #45975 from thaJeztah/24.0_backport_hack-make-run-disable-tls

[24.0 backport] Disable tls when launching dockerd through hack/make.sh
This commit is contained in:
Sebastiaan van Stijn 2023-07-15 01:54:01 +02:00 committed by GitHub
commit e916ec1584
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
)