Skip to content

Instantly share code, notes, and snippets.

@gmacario
Last active November 23, 2021 02:40
Show Gist options
  • Save gmacario/11385611 to your computer and use it in GitHub Desktop.
Save gmacario/11385611 to your computer and use it in GitHub Desktop.
Can you run GUI apps in Docker?
@krichter722
Copy link

Running the above commands fails due to

> docker run -p 5900 creack/firefox-vnc x11vnc -forever -usepw -create
Enter VNC password: stty: standard input: Inappropriate ioctl for device
fgets: No such file or directory
stty: standard input: Inappropriate ioctl for device
x11vnc -usepw: could not find a password to use.

on Ubuntu 17.10.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment