Yetangitu / Spodcast

Spodcast is a caching Spotify podcast to RSS proxy. Using Spodcast you can follow Spotify-hosted netcasts/podcasts using any player which supports RSS, thus enabling the use of older hardware which is not compatible with the Spotify (web) app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zombie 'Exited' containers

jame25 opened this issue · comments

commented

Description:
When I run the following command, an 'exited' container is created. These 'exited' containers soon add up to 100s of zombie containers as I run this command for various podcasts every 24hrs. Any advice would be greatly appreciated.

docker run -v /home/plex/Docker/spodcast_data:/data heywoodlh/spodcast -c /data/spodcast.json --skip-existing yes --rss-feed yes --log-level info --max-episodes 10 'open.spotify.com/show/3UhsI7s4bkH1FcMZI5u9iD'

Capture

run those with docker run --rm

(it will get rid upon exit)

you helped me too because i was trying today and i was missing --rss-feed yes