Skip to content
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.

Docker container with Chromium browser for Raspberry Pi

Notifications You must be signed in to change notification settings

icebob/docker-chromium-armhf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

docker-chromium-armhf

Please note that this container is NOT stable yet ! This is a Google Chromium container for Raspberry Pi (armhf)

Build

git clone https://github.com/icebob/docker-chromium-armhf
cd docker-chromium-armhf
docker build -t icebob/chromium-armhf .

Running

On the host, you need to allow the docker user access to your local X session

xhost +local:docker

If xhost is not found, install the x11-xserver-utils package.

Run the container:

docker run -v /tmp/.X11-unix:/tmp/.X11-unix --memory 512mb -e DISPLAY=unix$DISPLAY icebob/chromium-armhf https://www.docker.com/

About

Docker container with Chromium browser for Raspberry Pi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published