A tls-verify default should not be specified for the node-execute step similar to the run step. This breaks the docker command when no TLS cert is installed, which is the default for most setups. And further to this 0 does not disable tls-verify as mentioned here https://github.com/moby/moby/issues/22411. So we should probably remove 0 as an option as it is misleading.
A tls-verify default should not be specified for the node-execute step similar to the run step. This breaks the docker command when no TLS cert is installed, which is the default for most setups. And further to this 0 does not disable tls-verify as mentioned here https://github.com/moby/moby/issues/22411. So we should probably remove 0 as an option as it is misleading.