Based on the work of DoubleDensity's Tidebox
A complete Tidal musical live coding and audio streaming environment inside Docker
For now, there's not much difference other than this container runs Debian Jessie
and Tidebox runs Fedora
. Also, tidebox
is a ready-to-use-solution and tida1vm
not. Eventually this will contain custom configurations that probably will be useful to me only, so that.
It uses tmux
instead of screen
, it doesn't uses sshd
nor supervisor
.
$ git clone https://github.com/lvm/tida1vm
$ cd tida1vm
$ git checkout dirt
$ docker build -t tida1vm .
$ docker run -ti --rm tida1vm
Since it uses much of the configuration of tidebox
you can still use VLC, mplayer, etc to connect to the streaming provided by the container.
ie:
mplayer http://172.17.0.2:8090/stream.mp3
- You may need to find the IP address of your container using the Docker
inspect
command if you don't use the--net=host
option