8000 GitHub - jinzhangf/dockerize-gui-apps: GUI applications dockerization
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jinzhangf/dockerize-gui-apps

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Dockerized Firefox

Ejemplo de artículo sobre como ejecutar aplicaciones dentro de Docker

Ahora mismo hay un sólo caso, Firefox

Firefox

Existen dos scripts (build y run) para construir la imagen del contenedor y ejecutar la imagen.

Construir imagen del contenedor

docker build -t firefox .

Ejecutar imagen del contenedor

docker run --rm=true -e DISPLAY -v $HOME/.Xauthority:/home/developer/.Xauthority --net=host firefox

About

GUI applications dockerization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%
0