Use with VM yet to be created and without local docker daemon #658
Unanswered
Real-Gecko
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to have a project that first creates some VMs and then this provider kicks in and provides some services that'll be running on those VMs.
How can make it work?
If I setup provider like this:
I get an error:
Error: Error pinging Docker server: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
If I set it to:
I get
Error: Error initializing Docker client: unable to parse docker host
Is there a way to skip initialization maybe?
Beta Was this translation helpful? Give feedback.
All reactions