Sign inSign up

obyy/spotify

By obyy

Updated about 7 years ago

Spotify-client for pulseaudio work with amd64

Image
0

1.2K

obyy/spotify repository overview

Spotify

it's an automated build for hub.docker.com You must use pulseaudio, and container need to start after pusleaudio. Start spotify-client :

docker run -d  \
  -h XBMC-docker \
  --user $(id -u ${USER}) \
  --name spotify-docker \
  --restart=on-failure:3 \
  --memory="700m" --memory-swap="700m"\
  -v $HOME/.config/spotify:/spotify \
  -v /tmp/.X11-unix:/tmp/.X11-unix:ro \
  -v /run/user/$(id -u ${USER})/pulse:/run/pulse:ro --device /dev/dri \
  --userns=host \
  --net=host \
  -e DISPLAY=unix${DISPLAY} \
  obyy/spotify:latest

Tag summary

Content type

Image

Digest

Size

247.8 MB

Last updated

about 7 years ago

docker pull obyy/spotify