Docker Tips - GUI Apps in a Linux Container on Windows (2021)

preview_player
Показать описание
Run Linux Desktop GUI Apps in a Docker Container on Windows.
WANT TO SUPPORT?

---
00:00 Introduction
00:21 XServer on Windows
00:47 Build Docker Image from scratch
03:06 Run Docker Container with the GUI app
04:32 Setting up SSH with X11 Forwarding
07:08 Run SSH server in a Docker Container
07:39 Launch GUI app using SSH
---

💻 XServer for Windows:

💻 SSH client for Windows:

📝 Dockerfiles:

●▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬●
👨‍👩‍👧‍👦 Social:
●▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬●
🎮🕹️🐭 Snappy Mouse Run:
●▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬●

#linux #docker #gui
Рекомендации по теме
Комментарии
Автор

Thank you . Exactly what I was looking for.

vishnukm_one
Автор

Worked like a charm. Techy things + humor = great vid!

backlogs
Автор

Awesome. This is like some Sci-Fi stuff. Thank you partner 🌹

Rami_Elkady
Автор

Not exactly what I searched, but what I needed, very nice thank you 😁

redstylzz
Автор

This is absolutely amazing. Thank you!!

joanapaulasoliveira
Автор

Great Video, helped me a lot! Thanks... One thing though, as of 11/2023, 'CMD service ssh start; bash' doesn't work! The container exits immediately! My solution was: 'CMD service ssh start; tail -f /dev/null'. In this configuration the container would wait for the ssh connection (and beyond that, forever, until force-quit)

berndwacke
Автор

cool stuff. funny how he gets so jazzed when things r working. i really get that:D

nathanbenton
Автор

Thank you, man!! It works fine for me.

marciosouza
Автор

Awesome does it work with browsers too

dragon
Автор

You installed HTOP, is that now permanently part of the image?

aaamos
Автор

Odd question, But can you run Pygame with this? I have tryed and onl gotten a Fatal segmentation fault error when the program gets to the line where I create a pygame window.

jiristibor
Автор

How to run a dotnet application with weston on Ubuntu?

انامسلموكفى
Автор

How can I run Safari Browser from inside docker container?

ninioe
Автор

I already have an image I want to start a container that enables GUI, how should I do that?

rajarshibanerjee
Автор

Hm. Getting an issue when executing the plink command. Container is running on port 22, xserver is running: FATAL ERROR: Remote side unexpectedly closed network connection. Btw im trying to do this with scottyhardy/docker-wine as my base image. edit: for the record I am able to do it with the setup you outline in the video.... so exact some formatting for everything, its Dockerfile.ssh, credentials are the same etc etc, only thing that is different is the base image

atticus
Автор

Hi, I was wondering if I could also run tools like wine based on your tutorial, I want to pack a windows gui app into a container but I don't know how to do it. Thanks in advance!

wxh
Автор

fantastic... but, how i can run a nice GUI like a normal Ubuntu style? this i cannot do

francescofreddi
Автор

docker-gui-ssh not working.
Access granted. Press Return to begin session.
Cannot open display:

maxidotairbagreset
Автор

could you please link to github or other place where the source code is listed? it's not convenient to recreate the Dockerfiles from the video. Thanks for the great channel

AlexLiberzon
Автор

My container keeps on stopping. After checking the log, it says"Cannot open display"

Ashutoshc