Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

230
Views
is docker daemon running

I am running jenkins container on kubernetes. for some reason, creating a pipeline that pulls dockerfile from bitbucket and builds an image gives me an error. The pull stage works fine, the problem is building the image. When I start the pipeline, I get an error saying,

Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?

I read all the answers and suggestions online but none of them helped. I tried setting up the global tools, I even added a mountPath to docker.sock in values.yaml file. Is there anyone who knows how to fix this? Thanks in advance.

over 4 years ago · Santiago Trujillo
2 answers
Answer question

0

it appears like you are running docker commands from jenkins container. ensure that unix:///var/run/docker.sock is mounted as volume inside jenkins container. Then jenkins would be able to use unix socket to communicate with the docker daemon on the bound host

over 4 years ago · Santiago Trujillo Report

0

Few options:

  1. Check the ActiveState of Docker and run systemctl start docker if it is in failed state.

  2. Use sudo in case of your current user not having access permissions to communicate with docker daemon.

  3. Run dockerd - the persistent process that manages containers. Docker uses different binaries for the daemon and client.

Please, let me know if that helped.

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!