Added: privileged: true
This commit is contained in:
		| @@ -16,6 +16,7 @@ trigger: | |||||||
| steps: | steps: | ||||||
| - name: build-and-publish-backend | - name: build-and-publish-backend | ||||||
|   image: plugins/docker |   image: plugins/docker | ||||||
|  |   privileged: true | ||||||
|   volumes: |   volumes: | ||||||
|     - name: dockersock |     - name: dockersock | ||||||
|       path: /var/run/docker.sock |       path: /var/run/docker.sock | ||||||
| @@ -35,6 +36,7 @@ steps: | |||||||
|  |  | ||||||
| - name: build-and-publish-frontend | - name: build-and-publish-frontend | ||||||
|   image: plugins/docker |   image: plugins/docker | ||||||
|  |   privileged: true | ||||||
|   volumes: |   volumes: | ||||||
|     - name: dockersock |     - name: dockersock | ||||||
|       path: /var/run/docker.sock |       path: /var/run/docker.sock | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user