vaggeliskls / windows-in-docker-container

Deploy and manage a Windows OS (x64) seamlessly using Vagrant VM, libvirt, and docker-compose. This innovative approach integrates smoothly into existing workflows, providing an efficient way of containerizing Windows OS for better resource allocation and convenience.
MIT License
57 stars 9 forks source link

might need to change the FROM (base) on the dockerfile #1

Closed davew-msft closed 9 months ago

davew-msft commented 9 months ago

First off, excellent solution. Love it.

It took me a bit to get it going, getting the ip6_tables errors you write about in some of your blog posts. I tried everything imaginable and then I noticed in one of the posts you are using FROM ubuntu:18.04 and in another you are using 20.04. Well, I'm using ubuntu 22 on the host so I changed the dockerfile to FROM ubuntu:22.04 and everything magically started working.

Posting this here merely to help the next person. No clue why that worked or if it's reproducible, but it worked for me.

Again, excellent solution.

vaggeliskls commented 9 months ago

Thank you so much for your valuable feedback!

I truly appreciate your input as it helps improve the project. Based on your suggestions, I've gone ahead and opened a PR (#2 ) to update the Ubuntu version to 22.04.

Please feel free to review the changes and share any thoughts or additional feedback you may have.