Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/weiji14/beaker-browser
Docker build of the experimental beaker browser with peer-to-peer Web protocols.
https://github.com/weiji14/beaker-browser
beaker browser dat decentralized docker electron p2p web
Last synced: 15 days ago
JSON representation
Docker build of the experimental beaker browser with peer-to-peer Web protocols.
- Host: GitHub
- URL: https://github.com/weiji14/beaker-browser
- Owner: weiji14
- License: mit
- Created: 2017-07-20T22:09:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-08T02:29:29.000Z (over 7 years ago)
- Last Synced: 2024-12-16T22:45:11.605Z (about 1 month ago)
- Topics: beaker, browser, dat, decentralized, docker, electron, p2p, web
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Beaker-browser
Docker build of the experimental beaker browser with peer-to-peer Web protocols.
## Pre-requisites
- [Linux](https://en.wikipedia.org/wiki/Linux)
- [docker](https://www.docker.com/)
- [git](https://git-scm.com/) (only if building manually)## Running the image
### Automated (recommended)
docker run --rm -it --init -v /tmp/.X11-unix/:/tmp/.X11-unix/ -e DISPLAY weiji14/beaker-browser
### Manual
git clone https://github.com/weiji14/beaker-browser.git
cd beaker-browser
docker build -f Dockerfile -t beaker-browser .
docker run --rm -it --init -v /tmp/.X11-unix/:/tmp/.X11-unix/ -e DISPLAY beaker-browser## Troubleshooting
If nothing seems to happen, you may need to allow access to the X Server from other hosts using a tool like xhost (see [here](https://stackoverflow.com/questions/16296753/can-you-run-gui-apps-in-a-docker-container#comment65709322_25168483)). Try running `xhost +local:`, then re-run the command above.