The Azure IoT Edge Dev Tool greatly simplifies your Azure IoT Edge development process. It has everything you need to get started and helps with your day-to-day Edge development.
When I run docker run hello-world I get the expected output, so docker does work.
When I try to run iotedgedev build in the same terminal, I get the following error:
ERROR: ('Could not connect to Docker daemon. Please make sure Docker daemon is running and accessible', DockerException("Error while fetching server API version: ('Connection aborted.', FileNotFoundError(2, 'No such file or directory'))"))
Expected behavior
iotedgedev to be able to interact with docker
Actual behavior
ERROR: ('Could not connect to Docker daemon. Please make sure Docker daemon is running and accessible', DockerException("Error while fetching server API version: ('Connection aborted.', FileNotFoundError(2, 'No such file or directory'))"))
Steps to Reproduce
be on apple silicon m1 macbook
install docker desktop
install iotedgedev according to wiki
run iotedgedev init to scaffold
run iotedgedev build
Environment
Apple Silicon MacOS Sonoma 14.2.1iotedgedev, version 2.1.0Docker version 25.0.2, build 29cf629Python 3.11.7pip 24.0 from /opt/homebrew/lib/python3.11/site-packages/pip (python 3.11)
Description
When I run
docker run hello-world
I get the expected output, so docker does work.When I try to run
iotedgedev build
in the same terminal, I get the following error:Expected behavior
iotedgedev
to be able to interact with dockerActual behavior
Steps to Reproduce
iotedgedev init
to scaffoldiotedgedev build
Environment
Apple Silicon MacOS Sonoma 14.2.1
iotedgedev, version 2.1.0
Docker version 25.0.2, build 29cf629
Python 3.11.7
pip 24.0 from /opt/homebrew/lib/python3.11/site-packages/pip (python 3.11)