Silipwn / docker-spotify-pulseaudio

Run Spotify inside an isolated Docker container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dockerized Spotify

Run Spotify inside an isolated Docker container. This is achieved by sharing a socket for X11 and PulseAudio.

Instructions

  1. Clone this repository and change to the directory:
git clone https://github.com/terlar/docker-spotify-pulseaudio.git && cd docker-spotify-pulseaudio
  1. Build the container:
sudo docker build -t spotify .
  1. Run the provided spotify script:
scripts/spotify
  1. Use Spotify.

About

Run Spotify inside an isolated Docker container

License:MIT License


Languages

Language:Shell 63.4%Language:Dockerfile 36.6%