acorn-io / runtime

A simple application deployment framework built on Kubernetes

Home Page:https://docs.acorn.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

sangee2004 opened this issue · comments

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
  1. 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.