Skip to content
Snippets Groups Projects
Commit 5298eaf5 authored by LAMRINI Houda's avatar LAMRINI Houda
Browse files

Update .gitlab-ci.yml file

parent 1a063e40
Branches
No related tags found
No related merge requests found
Pipeline #47254 failed
image: docker:latest
services: services:
- name: docker:20.10.5-dind - name: docker:20.10.5-dind
alias: docker alias: docker
command: ["--host=tcp://0.0.0.0:2375"] command: ["--host=tcp://0.0.0.0:2375"]
variables: variables:
DOCKER_HOST: "tcp://docker:2375" # Mise à jour pour correspondre à l'alias du service Docker DOCKER_HOST: "tcp://docker:2375"
DOCKER_DRIVER: overlay2 DOCKER_DRIVER: overlay2
DOCKER_TLS_CERTDIR: "" DOCKER_TLS_CERTDIR: ""
DOCKER_BUILDKIT: 1 DOCKER_BUILDKIT: 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment