iains / gcc-darwin-arm64

GCC master branch for Darwin with experimental support for Arm64. Currently GCC-15.0.0 [September 2024]
GNU General Public License v2.0
268 stars 33 forks source link

Cannot connect to the Docker daemon at unix:///var/run/docker.sock. #106

Closed dianekim0410 closed 1 year ago

dianekim0410 commented 1 year ago

I tried to create an environment using the following ch command ch create csci104 --image usccsci104/docker:20.04 --shell /bin/bash --volume "/Users/username/Documents/csci104:/work" --security-opt seccomp:unconfined --cap-add SYS_PTRACE --privileged --replace

but I am getting the following error.

Cannot create new environment. Error from Dockerfile build: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?

When I manually tried to build a docker using docker build -t myimage ., it seems to work. Any advice? Thanks.

iains commented 1 year ago

From your description, I cannot see how this is related to the Arm64 port of GCC?

iains commented 1 year ago

closing as unrelated to the arm64 port.