Skip to content
This repository has been archived by the owner on Mar 22, 2021. It is now read-only.

Docker.sock not found #4

Open
nirodg opened this issue Nov 7, 2018 · 1 comment
Open

Docker.sock not found #4

nirodg opened this issue Nov 7, 2018 · 1 comment

Comments

@nirodg
Copy link

nirodg commented Nov 7, 2018

Description

As a start the app directly I get into the issue that the docker.sock is not accesible. I've tried to open it as Administrator but no much luck. Also tried to access the config view but not working yet as I saw.

{
  "code": "ENOENT",
  "errno": "ENOENT",
  "syscall": "connect",
  "address": "/var/run/docker.sock"
}

Steps to Reproduce

  1. Download latest version v0.1.1
  2. Open the app
  3. The error message will appear as json - popups on windows will be shown until the app is closed.

Expected behavior: [What you expect to happen]
To be able to check the docker containers

Actual behavior: [What actually happens]
Cannot connect to the docker socket in Windows

Reproduces how often: [What percentage of the time does it reproduce?]
100% I open the desktop app (5 tries)

Versions

[node, npm, vue.js, etc.]

  • Npm 6.4.1
  • Docker version 18.06.1-ce, build e68fc7a
  • docker-compose version 1.22.0, build f46880fe
  • SO Windows 10 Pro v1703 Build 15063.1387
@cw1427
Copy link

cw1427 commented Dec 8, 2020

as default the bottem lib dockerode would use local socket file '/var/run/docker.sock' to connect with docker daemon. It need to change to your target docker daemon socket path

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants