Run Windows … in a Docker Container ! (full installation and configuration guide)

  Рет қаралды 9,048

Automation Avenue

Automation Avenue

Күн бұрын

Пікірлер: 44
@jaroslav_75
@jaroslav_75 4 күн бұрын
Great explaination! I finally figured it out after many months how its works)
@Automation-Avenue
@Automation-Avenue 4 күн бұрын
Glad it worked for you :) Thank you for watching! Marek
@P0lntL3sS
@P0lntL3sS Ай бұрын
This is beautiful Thank you! Went straight to putting it on my vps!
@Automation-Avenue
@Automation-Avenue Ай бұрын
Glad you like it :) Thank you for watching ( and implementing! ) Marek
@air-drive
@air-drive 4 ай бұрын
Very well explained, I have watched many of these kinds of videos and you explain things very well, it leaves a lot for a person to experiment a bit more with installing windows on docker and the parameters that can be changed to suit all kind of uses. Well done!
@Automation-Avenue
@Automation-Avenue 4 ай бұрын
Thank you :) Glad that I could help Marek
@ICanSeeYou009
@ICanSeeYou009 3 ай бұрын
Is it possible to run commands to the Windows OS from the Ubuntu terminal? For me, sudo docker exec -it container_id cmd nor sudo docker exec -it container_id powershell work!?
@Automation-Avenue
@Automation-Avenue 3 ай бұрын
Oh, I never really though of that, would have to check myself - good shout :) Thank you for watching Marek
@hassanfawaz822
@hassanfawaz822 6 күн бұрын
Great work! will filstream work in it if I install a windows server ?
@Automation-Avenue
@Automation-Avenue 6 күн бұрын
Everything should work exactly the same way as on standard installation. Thank you for watching :) Marek
@hassanfawaz822
@hassanfawaz822 4 күн бұрын
@@Automation-Avenue I installed ubuntu on my Mac via UTM and I did everything but the windows failed to download completely because of KVM that is missing . what is the solution ?
@hassanfawaz822
@hassanfawaz822 4 күн бұрын
i chose the option "virtualize" instead of "emulate "; the virtualise option can run only on the native cpu wich is M1 that apparently doesn't support KVM; I can emulate but it is slower ; do u have a better solution ?
@saisuresh1658
@saisuresh1658 2 ай бұрын
can we take as a base image of windows(dockurr/windows)? after created the container from this base image can we install what ever we want in this docker container?
@Automation-Avenue
@Automation-Avenue 2 ай бұрын
Yes you might want to check the source code for that. Regarding windows in container - yes, you can install anything you want there, its something as if you had it running on Virtualbox , although in this case its running on kvm. Thank you for watching!
@mariuspy
@mariuspy 2 ай бұрын
How do you share files between the host (Ubuntu) and Windows? I read that you can access a host.lan machine in the network, but I get an error when I do this
@Automation-Avenue
@Automation-Avenue 2 ай бұрын
Yes, there is a way, but I am happy to keep it completely isolated from host. For file sharing I have samba share configured in Windows to exchange files with other systems. Thank you for watching :) Marek
@djmuhkari4658
@djmuhkari4658 3 ай бұрын
How can I customize the web view? Additionally, how can I display it on my own HTML page without the VNC tabs, showing only the viewport?
@Automation-Avenue
@Automation-Avenue 2 ай бұрын
Honestly - haven't tried that yet, something I might need to check. Thank you for watching Marek
11 күн бұрын
if the host is a native installed linux, will this work the same?
11 күн бұрын
just tried windowsxp on my lmde6 install, and works right out of the box - incredible
@Automation-Avenue
@Automation-Avenue 11 күн бұрын
Yes, any linux distro should be fine. Thank you for watching Marek
@fabriziot1467
@fabriziot1467 3 ай бұрын
Thank you buddy!!!!!! Crystal clear!
@Automation-Avenue
@Automation-Avenue 3 ай бұрын
Thanks, happy that I could help :) Marek
@rdarshan927
@rdarshan927 Ай бұрын
what about the resource usage like RAM?
@Automation-Avenue
@Automation-Avenue Ай бұрын
It will be similar to 'normal' installation, you can control it when creating container by using environment variables: environment: RAM_SIZE: "8G" CPU_CORES: "4"
@tai-nghe-chưa-chắc-đã-thấy
@tai-nghe-chưa-chắc-đã-thấy 4 ай бұрын
How do you know the IP to connect to Remote Desktop?
@Automation-Avenue
@Automation-Avenue 4 ай бұрын
Hi! The ip will be always the ip of the host where you run your container on. In my example - I have Proxmox server, and on this proxmox server I installed Ubuntu and on Ubuntu I run Windows container. The host in this example is the Ubuntu, because thats the machine that runs my Windows container - so in both cases - WinXP and Win11 the host would stay the same and its Ubuntu VM ip address. You can check ip address on Ubuntu by running 'ip address' or 'ifconfig' command in the Terminal. Hope that helps. Thank you for watching and commenting! Marek
@PaoloLaitempergher-dy1io
@PaoloLaitempergher-dy1io 2 ай бұрын
may be docker.compose in a lxc container?
@Automation-Avenue
@Automation-Avenue 2 ай бұрын
Hi, not sure if I understand question but yes - you can run docker-compose file in LXC container, no problem at all. Just download template you wish ( like debian or ubuntu ) and use the same way as if you run it directly on Linux machine.
@sakarsr
@sakarsr 3 ай бұрын
Thank you. It's great information to know that we can run Windows in Docker. Can we install the Windows app inside the Docker windows? Could you explain the process to us?
@Automation-Avenue
@Automation-Avenue 3 ай бұрын
You can install everything as you do on normal installation, this windows is running on kvm virtual machine, but except of that its fully usable operating system- no different to one running on your laptop or pc. Thank you for watching :) Marek
@debnathmriganka2010
@debnathmriganka2010 4 ай бұрын
Very very good information Thank a lot. Hello, Can you tell me one thing if i want to install it on Oracle Free tirer It will be run?
@Automation-Avenue
@Automation-Avenue 4 ай бұрын
Hi Havent played with OCI for a while, but cant see why not. Just double check the vpu architecture- if they offer ARM or x86 as this will determine which docker can be run ( there is only Win10 and Win11 for ARM architecture )
@debnathmriganka2010
@debnathmriganka2010 4 ай бұрын
@@Automation-Avenue if possible Please make a video please.
@Automation-Avenue
@Automation-Avenue 3 ай бұрын
I will think about it, maybe its time to refresh my OCI skills ;)
@debnathmriganka2010
@debnathmriganka2010 3 ай бұрын
@@Automation-Avenue Sir, can you help me one thing I just got a free good vps, OS prebuild Ubuntu, then I install virtual machine for proxmox server, but Nat to Bridge I cant do it, because of I am not familar for Lunux, I tried many time from getting help of youtube and ChatGPT, but i cant Can you help me, Please.
@Lunolux
@Lunolux 4 ай бұрын
this is insane O_o great video / great explaination thx +1 sub
@Automation-Avenue
@Automation-Avenue 4 ай бұрын
Thanks for the sub! Marek
@marcq1588
@marcq1588 4 ай бұрын
I run MacOS and this script does not work because it is not possible to have /dev/kvm device on a mac machine! You say "If like me you use linux or macos you need to run a windows application..." only applies if you run Linux... Not MacOS.
@Automation-Avenue
@Automation-Avenue 4 ай бұрын
On MacOs you run Docker desktop which runs Linux VM in the background. The repo you need to use though is the one with windows for ARM ( which includes only Win 10 and Win 11) Is that what you are testing?
@blieb84
@blieb84 2 ай бұрын
@@Automation-AvenueHaving the same issue on my intel MacBook. The /dev/kvm is not available, also not inside the Linux VM. Also don’t see a way to enable this in docker for macOS.
@elory5986
@elory5986 5 ай бұрын
pojebane, i zajebiste
@Automation-Avenue
@Automation-Avenue 5 ай бұрын
Haha, w sumie to wszystko się zgadza :) Pozdrawiam! Marek
Build background remover app ! (using docker container)
8:56
Automation Avenue
Рет қаралды 521
Running Windows in a Docker Container!
10:07
Wolfgang's Channel
Рет қаралды 361 М.
Мясо вегана? 🧐 @Whatthefshow
01:01
История одного вокалиста
Рет қаралды 7 МЛН
UFC 310 : Рахмонов VS Мачадо Гэрри
05:00
Setanta Sports UFC
Рет қаралды 1,2 МЛН
小丑女COCO的审判。#天使 #小丑 #超人不会飞
00:53
超人不会飞
Рет қаралды 16 МЛН
The Honey Scam: Explained
10:53
Marques Brownlee
Рет қаралды 3,8 МЛН
The intro to Docker I wish I had when I started
18:27
typecraft
Рет қаралды 346 М.
I switched to Linux 30 days ago... How did it go?
28:46
Craft Computing
Рет қаралды 295 М.
Docker Для Начинающих за 1 Час | Docker с Нуля
52:43
Never install locally
5:45
Coderized
Рет қаралды 1,9 МЛН
Windows in DOCKER?! Run Windows inside Docker Containers!
19:13
18 Weird and Wonderful ways I use Docker
26:18
NetworkChuck
Рет қаралды 450 М.
Using Containers without Docker Desktop
20:08
The Pragmatic Programmer
Рет қаралды 10 М.
Turning Proxmox Into a Pretty Good NAS
18:31
apalrd's adventures
Рет қаралды 269 М.
What's the BEST home server operating system?
17:35
Christian Lempa
Рет қаралды 717 М.
Мясо вегана? 🧐 @Whatthefshow
01:01
История одного вокалиста
Рет қаралды 7 МЛН