Skip to content

Docker build of the experimental beaker browser with peer-to-peer Web protocols.

License

Notifications You must be signed in to change notification settings

weiji14/beaker-browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Beaker-browser

Docker build of the experimental beaker browser with peer-to-peer Web protocols.

Pre-requisites

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). Try running xhost +local:, then re-run the command above.

About

Docker build of the experimental beaker browser with peer-to-peer Web protocols.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published