Skip to content

ToasterDEV/volumio-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 59.7%
  • Dockerfile 40.3%