i want use docker:dind without TLS
kind: pipeline
name: main
steps:
- name: docker
image: docker:dind
privileged: true
detach: true
environment:
DOCKER_TLS_CERTDIR: ''
entrypoint:
- /bin/sh
commands:
- env
but it not work
+ env
...
DOCKER_TLS_CERTDIR=/certs
...