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

Ajout du pipeline GitLab CI/CD

parent 3539b6a4
No related branches found
No related tags found
No related merge requests found
Pipeline #47251 failed
...@@ -4,9 +4,9 @@ services: ...@@ -4,9 +4,9 @@ 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"]
privileged: true
variables: variables:
DOCKER_HOST: "tcp://docker:2375" DOCKER_HOST: "tcp://localhost: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