Commit 7bcbe68b authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Apunta pruebas a Docker local seguro por defecto

parent c628119c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ stages:
  stage: prueba
  image: docker:23.0.6-cli
  variables:
    DOCKER_HOST: unix:///var/run/docker.sock
    DOCKER_HOST: tcp://docker:2376
  script:
    - docker --version
    - docker info