-
Has anyone had any luck running Docker and Docker Compose inside WSL in GitHub Actions? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 8 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.
-
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.
-
Hello @Vampire! |
Beta Was this translation helpful? Give feedback.
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. :-)