Skip to content

A docker container to provide an armhf chromium instance with widevine installed in it (allows Spotify, Netflix, etc.)

Notifications You must be signed in to change notification settings

monkaBlyat/docker-chromium-armhf

 
 

Repository files navigation

docker-chromium-armhf

This is a Google Chromium container using the armhf architecture. Currently, it provides widevine CDM support.

Build

To build the application, you have to clone it first,

sudo apt install docker docker.io pulseaudio-utils pulseaudio
git clone https://github.com/monkaBlyat/docker-chromium-armhf
cd docker-chromium-armhf
sudo docker build -t hthiemann/chromium-armhf .

Run the container:

You need to enabel xhost forwarding first:

xhost +local:docker

If the xhost command can not be found, make sure to install it first (on manjaro, the required package is 'xorg-xhost').

Although not required, it is recommended to save chromium settings in a volume, to make it persistent through container restarts.

sudo docker volume create chromium_home

After creating the volume, you can run the image using the following command:

sudo docker pull hthiemann/docker-chromium-armhf
sudo cp chromium-armhf /usr/local/bin
sudo usermod -aG docker $(whoami)
chromium-armhf

About

A docker container to provide an armhf chromium instance with widevine installed in it (allows Spotify, Netflix, etc.)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.9%
  • Other 0.1%