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

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024

Комментарии • 16

  • @infocus-media
    @infocus-media Месяц назад

    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!

  • @Lunolux
    @Lunolux 25 дней назад

    this is insane O_o
    great video / great explaination
    thx
    +1 sub

  • @Automation-Avenue
    @Automation-Avenue  20 дней назад

    == TIMESTAMPS ==
    0:00 How to run Windows inside Docker Container
    0:55 dockur/windows GitHub project
    1:35 Install Docker and Docker Compose
    2:35 Use Docker Compose file to install Windows XP
    7:45 Install Windows 11 in docker container
    10:10 KVM - thats how it is all possible
    12:30 RDP to Windows 11 running in Docker Container
    14:30 Start your Windows with docker-compose start command
    Please let me know if you have any questions.
    Marek

  • @ICanSeeYou009
    @ICanSeeYou009 2 дня назад +2

    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  2 дня назад +1

      Oh, I never really though of that, would have to check myself - good shout :)
      Thank you for watching
      Marek

  • @debnathmriganka2010
    @debnathmriganka2010 13 дней назад +1

    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  12 дней назад

      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 12 дней назад

      @@Automation-Avenue if possible Please make a video please.

  • @khaihoangngo903
    @khaihoangngo903 14 дней назад +1

    How do you know the IP to connect to Remote Desktop?

    • @Automation-Avenue
      @Automation-Avenue  13 дней назад

      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

  • @elory5986
    @elory5986 Месяц назад +1

    pojebane, i zajebiste

    • @Automation-Avenue
      @Automation-Avenue  Месяц назад

      Haha, w sumie to wszystko się zgadza :) Pozdrawiam! Marek

  • @marcq1588
    @marcq1588 Месяц назад

    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  Месяц назад

      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?