Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 580 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 580 Bytes

Volumio Docker Image

This is a docker image for volumio, reworked from here

To run:

docker build -t volumio .
./run.sh

Changes from jbonjean version

  • Supports multiarch (386, x86_64, arm, arm64)
  • Uses debian bullseye as base image (since ubuntu doesn't have the 386 variant)
  • Completely standalone, starts from scratch with the debian image
  • Pulse audio forwarding reworked
  • run.sh script, to easily start everything

TODO

  • transform run.sh in docker-compose