You've already forked dockerfiles
							
							
				mirror of
				https://github.com/vimagick/dockerfiles.git
				synced 2025-10-30 23:47:48 +02:00 
			
		
		
		
	shairplay
Shairplay is a free portable AirPlay server implementation similar to ShairPort. Currently only AirPort Express emulation is supported.
docker-compose.yml
shairplay:
  image: easypi/shairplay-arm
  devices:
    - /dev/snd
  environment:
    - APNAME=EasyPi
  net: host
  restart: unless-stopped
Quick Start
On MacOSX: click 🔉  to show a list of output devices, then click EasyPi to connect.
# Enable Audio
$ grep audio /boot/config.txt
dtparam=audio=on
# Start Container
$ docker-compose up -d
# Control Volume
$ docker-compose exec shairplay alsamixer
>>> Press ↑ to volume up
>>> Press ↓ to volume down
>>> Press ESC to quit