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