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:
commit
e916ec1584
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ args=(
|
|||
--host="unix://${socket}"
|
||||
--storage-driver="${DOCKER_GRAPHDRIVER}"
|
||||
--userland-proxy="${DOCKER_USERLANDPROXY}"
|
||||
--tls=false
|
||||
$storage_params
|
||||
$extra_params
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue