Skip to content
Snippets Groups Projects
Commit d994e998 authored by MENACER Mohamed's avatar MENACER Mohamed
Browse files

test15

parent 07276ca5
No related branches found
No related tags found
1 merge request!4Br1
Pipeline #47538 failed
image: docker:latest image: docker:latest
# Aucune utilisation de "docker:dind"
services: services:
- name: docker:19.03.12 - docker:19.03.12
alias: docker
variables: variables:
DOCKER_DRIVER: overlay2 DOCKER_DRIVER: overlay2
COMPOSE_FILE: "docker-compose.yml" COMPOSE_FILE: "docker-compose.yml"
DOCKER_HOST: "unix:///var/run/docker.sock" # Utilisation du socket Docker de l'hôte.
stages: stages:
- build - build
...@@ -14,7 +15,7 @@ stages: ...@@ -14,7 +15,7 @@ stages:
- deploy - deploy
before_script: before_script:
- export DOCKER_HOST="unix:///var/run/docker.sock" # Utilisation du socket Docker de l'hôte - export DOCKER_HOST="unix:///var/run/docker.sock" # Connexion à Docker sur l'hôte
build: build:
stage: build stage: build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment