This commit is contained in:
		| @@ -27,8 +27,11 @@ steps: | |||||||
|     pull: if-not-exists |     pull: if-not-exists | ||||||
|     detach: true |     detach: true | ||||||
|     privileged: true |     privileged: true | ||||||
|  |     environment: | ||||||
|  |       DOCKER_HOST: tcp://docker:2375 | ||||||
|  |       DOCKER_TLS_CERTDIR: "" | ||||||
|     commands: |     commands: | ||||||
|       - /usr/local/bin/dockerd --data-root=/var/lib/docker --host=tcp://0.0.0.0:2375 --tls=false |       - /usr/local/bin/dockerd-entrypoint.sh | ||||||
|  |  | ||||||
|   - name: "mirror" |   - name: "mirror" | ||||||
|     image: "docker:20.10.17-dind" |     image: "docker:20.10.17-dind" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user