acorn-io / runtime

A simple application deployment framework built on Kubernetes
https://docs.acorn.io/
Apache License 2.0
1.14k stars 102 forks source link

Local Install -Local install fails to locate docker (from Rancher Desktop installs) #2435

Open sangee2004 opened 5 months ago

sangee2004 commented 5 months ago

acorn version - v0.10.0-rc2-35-g3cf6c107+3cf6c107

Steps to reproduce the problem:

  1. Have Rancher Desktop installed in Mac.
    
    %which docker
    /Users/sangeethahariharan/.rd/bin/docker

%ls /Users/sangeethahariharan/.rd/docker.sock /Users/sangeethahariharan/.rd/docker.sock

2. Try to install acorn using `acorn ps -j local`

acorn ps -j local ✗ ERROR: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?



**Expected Behavior:**
Local installs should succeed.