How to expose tcp://localhost:2375 on Github Action windows container? #7539
Closed
abenevaut
started this conversation in
Installed software
Replies: 2 comments 3 replies
-
Hi @abenevaut. Docker daemon configuration on Windows runners is located at |
Beta Was this translation helpful? Give feedback.
2 replies
-
BTW, I want to do similar in ubuntu runner, is there any example? |
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 looking to expose tcp://localhost:2375 on Github Action inside a windows container to be able to run rspec (to do docker-in-docker stuff) tests to validate the container.
I'm trying to config the docker daemon inside the container like follow https://github.com/abenevaut/msys2/blob/feat/tests/.github/workflows/test.yml#L42
https://github.com/abenevaut/msys2/blob/master/spec/dockerfile_spec.rb#L9
But without succes for the moment, any idea to share ?
I can't find the C:\Users\runneradmin\AppData\Roaming\Docker\settings.json file, so it seems impossible to do the configuration. I'm not sure i can create the file on the same path as my local machine.
I do not have this kind of problem when doing docker tests on linux
Beta Was this translation helpful? Give feedback.
All reactions