Skip to content

Run native gtk3+ GUI applications inside a container via the browser

Notifications You must be signed in to change notification settings

System-Glitch/gtk3-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gtk3-docker

Run native gtk3+ applications inside a container via the browser

alt

Instructions

Build image locally

docker build -t ubuntu-gtk3 . docker run --rm -p 8085:8085 ubuntu-gtk3

Open http://localhost:8085

Description

This container is based on ubuntu. It sets up the environment to use the BROADWAY html5 display for rendering applications. A small gtk3+ "launcher" application is used as the entrypoint.

About

Run native gtk3+ GUI applications inside a container via the browser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 82.8%
  • Shell 10.1%
  • Dockerfile 7.1%