Code Monkey home page Code Monkey logo

Comments (9)

pandemicsyn avatar pandemicsyn commented on August 19, 2024

Sounds like docker isn't running or is maybe not accessible. If you've already installed docker and it seems to be running you might wanna double check that ufw's allowing access to it (ala http://docs.docker.io/en/latest/installation/ubuntulinux/#docker-and-ufw)

from gitness.

tax avatar tax commented on August 19, 2024

Whoops you are right 😊 thanks for the quick reply.

from gitness.

cmer avatar cmer commented on August 19, 2024

For me, changing the UFW settings wasn't enough. I had to add:

DOCKER_OPTS="-H 0.0.0.0:4243 -d" to /etc/default/docker

This is on vanilla Ubuntu 12.04.

from gitness.

bradrydzewski avatar bradrydzewski commented on August 19, 2024

@cmer were you executing droned manually? Access to the Docker socket requires sudo

from gitness.

cmer avatar cmer commented on August 19, 2024

No. it was auto started by the OS.

from gitness.

bscott avatar bscott commented on August 19, 2024

@bradrydzewski @cmer Ran into same issue, with new installation. @cmer comment solved it for me.

from gitness.

motin avatar motin commented on August 19, 2024

Same as @bscott

from gitness.

mikespokefire avatar mikespokefire commented on August 19, 2024

@cmer solution also worked for me in addition to the UFW changes, make sure to bind to 127.0.0.1 though instead of 0.0.0.0 if its an internet routable machine though!

from gitness.

brunowego avatar brunowego commented on August 19, 2024

Uncomment worker section on /etc/drone/drone.toml solves for me 👍

[worker]
nodes=[
  "unix:///var/run/docker.sock",
  "unix:///var/run/docker.sock"
]

from gitness.

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.