https://www.sourcefabric.org/software/airtime

docker run --cap-add=ALL -p 8000:8000 -p 8001:8001 -p 80:80 -p 443:443 -e LANG=en_US.UTF-8 -e LC_ALL=en_US.UTF-8 --hostname=radio.iwanttobefreak.com --name radio2 -it ubuntu:14.04


locale-gen en_US.UTF-8
update-locale LANG=en_US.UTF-8

rm /etc/localtime
ln -s /usr/share
ln -s /usr/share/zoneinfo/Europe/Madrid /etc/localtime 

apt-get update
apt-get install -y wget gdebi dialog apt-utils python-virtualenv python-configobj

wget http://apt.sourcefabric.org/misc/airtime-easy-setup.deb
gdebi airtime-easy-setup.deb 

apt-get update 
apt-get install -y airtime

/etc/init.d/postgresql start
/etc/init.d/icecast2 start
/etc/init.d/rabbitmq-server start
apache2ctl start

/var/lib/airtime/tmp/install_minimal/airtime-install -d

/etc/init.d/airtime-liquidsoap start-with-monit
/etc/init.d/airtime-media-monitor start
/etc/init.d/airtime-playout start 

LOGS