Enable experimental Docker features
This commit is contained in:
		
							parent
							
								
									31ce0b412b
								
							
						
					
					
						commit
						464208b39d
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -7,7 +7,8 @@ variables: | ||||||
| 
 | 
 | ||||||
| # Docker in Docker Service | # Docker in Docker Service | ||||||
| services: | services: | ||||||
|   - docker:dind |   - name: docker:dind | ||||||
|  |     command: ["--experimental"] | ||||||
| 
 | 
 | ||||||
| before_script: | before_script: | ||||||
|   - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY |   - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue