Skip to content

Docker Container

Volumio edited this page May 3, 2016 · 1 revision

Tar the /mnt/volumio/root folder after the build process

From there you can create a docker image

To run it /usr/bin/docker run -t -i -v /run/dbus/:/run/dbus/ -v /dev/shm:/dev/shm --device /dev/snd -p 3000:3000 volumiodemo:1 /bin/bash

Clone this wiki locally