This commit is contained in:
		| @@ -2,14 +2,7 @@ | ||||
|   build: | ||||
|     image: docker | ||||
|     environment: | ||||
|       - DOCKER_HOST=tcp://docker:2375 | ||||
|       - DOCKER_HOST=unix:///var/run/docker.sock | ||||
|     commands: | ||||
|       - sleep 5 | ||||
|       - docker build -t localhost:5000/library:latest . | ||||
|       - docker ps | ||||
|  | ||||
| services: | ||||
|   docker: | ||||
|     image: docker:18.09-dind | ||||
|     command: ["--storage-driver=vfs"] | ||||
|     privileged: true | ||||
|   | ||||
		Reference in New Issue
	
	Block a user