Coder Social home page Coder Social logo

Comments (4)

IzioDev avatar IzioDev commented on April 30, 2024

I have the same issue here using the gitlab-ci, here's my file:

test_autoresponder:
  stage: test
  only:
    refs:
      - merge_requests
    changes:
      - stacks/autoresponder/**/*
  image:
    name: tiangolo/docker-with-compose:latest
  services:
    - docker:dind
  script:
    - docker-compose -p test -f docker-compose.test.yml up -d

I even tried with sudo before the docker-compose command, but it didn't help.

from docker-with-compose.

Antonboom avatar Antonboom commented on April 30, 2024

+1

Running with gitlab-runner 12.2.0 (a987417a)
   on go_libs_tiv_runner06 KRdrmSKp
Using Docker executor with image tiangolo/docker-with-compose ...

 + docker-compose down --rmi local --volumes --remove-orphans --timeout 60

 Couldn't connect to Docker daemon at http://docker:2375 - is it running?
 If it's at a non-standard location, specify the URL with the DOCKER_HOST environment variable.
 ERROR: Job failed: exit code 1

from docker-with-compose.

tiangolo avatar tiangolo commented on April 30, 2024

Your container should have access to the Docker daemon, for that, mount the Docker sock as a volume.

I think this post might help too: https://medium.com/better-programming/about-var-run-docker-sock-3bfd276e12fd

from docker-with-compose.

github-actions avatar github-actions commented on April 30, 2024

Assuming the original issue was solved, it will be automatically closed now.

from docker-with-compose.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.