kind-whale-32412
07/13/2022, 3:34 PMdatahub docker quickstart
I get an errror
Detected M1 machine
Unable to run quickstart:
- Docker doesn't seem to be running. Did you start it?
square-activity-64562
07/13/2022, 3:35 PMkind-whale-32412
07/13/2022, 3:38 PMsquare-activity-64562
07/13/2022, 3:40 PMpython3 -c "import docker; docker.from_env()"
kind-whale-32412
07/13/2022, 3:44 PMkind-whale-32412
07/13/2022, 3:45 PMsquare-activity-64562
07/13/2022, 3:55 PMkind-whale-32412
07/13/2022, 3:58 PMkind-whale-32412
07/13/2022, 3:58 PMDocker version 20.10.17, build 100c70180f
square-activity-64562
07/13/2022, 4:00 PMpython3 -c "import datahub; print(datahub.__version__)"
square-activity-64562
07/13/2022, 4:00 PMsquare-activity-64562
07/13/2022, 4:00 PMkind-whale-32412
07/13/2022, 4:15 PMkind-whale-32412
07/13/2022, 4:15 PMkind-whale-32412
07/13/2022, 4:15 PMsquare-activity-64562
07/13/2022, 4:28 PMbig-carpet-38439
07/13/2022, 4:46 PMsquare-activity-64562
07/13/2022, 4:51 PMdocker.from_env()
Colima may be API compatible but there might be difference in implementation detail which is causing this. Looking at colima I am seeing this issue which looks similar to the stacktrace failing on a socket https://github.com/abiosoft/colima/issues/365 so not only us.kind-whale-32412
07/13/2022, 7:14 PMkind-whale-32412
07/13/2022, 7:14 PMsquare-activity-64562
07/14/2022, 4:27 AMcuddly-crowd-29195
01/22/2023, 7:53 PMexport DOCKER_HOST="unix://$HOME/.colima/docker.sock"