#docker beets
This is a Dockerfile for "beets" - (http://beets.radbox.org/). Access the files by using the Docker Exec command
docker exec Beets beet/configConfiguration and library databse location for beets. (i.e. /opt/appdata/beets)
/opt/downloads/musicLocation of music. (i.e. /opt/downloads/music or /var/music)
/opt/tmpLocation of incomplete downloads, or incoming downloads, or music to be tagged. (i.e. /opt/tmp)
docker run -d --net=host -v /*your_config_location*:/config -v /*your_musiclibrary_location*:/opt/downloads/music -v /*your_temp_location:/opt/tmp --name=beets smdion/docker-beets
Content type
Image
Digest
sha256:2145215f0…
Size
253.6 MB
Last updated
about 11 years ago
docker pull smdion/docker-beets