Replies: 1 comment 1 reply
-
Any response here? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to pull down few containers using docker-compose and Makefile by setting
containerMode: kubernetes
but can't seem to get it working.Error:
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
My understanding was that with
containerMode: kubernetes
set, it will start a new pod to run the job which containsmake
calls. Am I missing something?Beta Was this translation helpful? Give feedback.
All reactions