System-Glitch / gtk3-docker

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C 82.7%Language:Shell 10.1%Language:Dockerfile 7.1%