Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chneau/docker-firefox
A dockerfile with firefox (GUI test)
https://github.com/chneau/docker-firefox
docker x11
Last synced: 24 days ago
JSON representation
A dockerfile with firefox (GUI test)
- Host: GitHub
- URL: https://github.com/chneau/docker-firefox
- Owner: chneau
- License: mit
- Created: 2017-12-12T09:57:09.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-31T11:47:08.000Z (over 1 year ago)
- Last Synced: 2024-12-19T05:58:04.494Z (about 1 month ago)
- Topics: docker, x11
- Language: Makefile
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-firefox
An example of how to containerise a GUI. Works with Ubuntu 16.04 at least.# run
```bash
make build # to build the docker image
make prepareX11 # to prepare the link between X11 of the host and X11 of the container
make exec # start firefox
make run # does prepareX11 then exec
make # default to run
```# sources
Greatly inspired by https://github.com/jessfraz/dockerfiles