You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran make -f Makefile.docker build-test and the container returned the error docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?.. I then ran docker run --volume=/path/to/repo/eksctl:/src --rm -it public.ecr.aws/eksctl/eksctl-build:833f4464e865a6398788bf6cbc5447967b8974b7 /bin/bash to investigate. I ran ps auxw to view running processes and got:
PID USER TIME COMMAND
1 root 0:00 /bin/bash
20 root 0:00 ps auxw
I then tried to view the service status with service and systemctl but both commands were missing.
d9e2c70ef4a3:/src# systemctl status docker
bash: systemctl: command not found
d9e2c70ef4a3:/src# service docker status
bash: service: command not found
How to reproduce it?
Run make -f Makefile.docker build-test from root directory
Hello CheriseCodes 👋 Thank you for opening an issue in eksctl project. The team will review the issue and aim to respond within 1-5 business days. Meanwhile, please read about the Contribution and Code of Conduct guidelines here. You can find out more information about eksctl on our website
What were you trying to accomplish?
Run the build-test script in Makefile.docker
What happened?
I ran
make -f Makefile.docker build-test
and the container returned the errordocker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?.
. I then randocker run --volume=/path/to/repo/eksctl:/src --rm -it public.ecr.aws/eksctl/eksctl-build:833f4464e865a6398788bf6cbc5447967b8974b7 /bin/bash
to investigate. I ranps auxw
to view running processes and got:I then tried to view the service status with
service
andsystemctl
but both commands were missing.How to reproduce it?
Run
make -f Makefile.docker build-test
from root directoryLogs
Anything else we need to know?
OS:
Darwin MacBook-Pro.local 23.5.0 Darwin Kernel Version 23.5.0: Wed May 1 20:09:52 PDT 2024; root:xnu-10063.121.3~5/RELEASE_X86_64 x86_64
Versions
N/A
The text was updated successfully, but these errors were encountered: