Sign inSign up

dartagan/mp3fs

By dartagan

Updated over 9 years ago

mp3fs in a container.

Image
0

10K+

dartagan/mp3fs repository overview

Run it like this:

mkdir /mnt/mp3 mount --bind /mnt/mp3 /mnt/mp3 mount --make-shared /mnt/mp3

docker run --rm -t -i --cap-add mknod --cap-add sys_admin --device=/dev/fuse
-v /path/to/flac/:/input
-v /mnt/mp3:/output:shared
dartagan/mp3fs -f -o allow_other,ro /input /output

Tag summary

Content type

Image

Digest

Size

49.8 MB

Last updated

over 9 years ago

docker pull dartagan/mp3fs