-
Has anyone had any luck running Docker and Docker Compose inside WSL in GitHub Actions? |
Beta Was this translation helpful? Give feedback.
Answered by
Vampire
Feb 23, 2025
Replies: 2 comments 5 replies
-
As only WSL 1 is available, I don't think you can. As far as I remember it was only possible to use the Docker CLI inside WSL 1 to control a Docker daemon actually running on Windows. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Just in case you missed it, since some time also WSLv2 is possible and also supported by this action, so now you should be able to use Docker inside WSL in GHA. :-) |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
Vampire
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just in case you missed it, since some time also WSLv2 is possible and also supported by this action, so now you should be able to use Docker inside WSL in GHA. :-)