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:
commit
93e65a2a6c
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…
Add table
Reference in a new issue