Skip to content

Can't run this docker on Fedora core os #266

Answered by GioF71
KokonZhang asked this question in Q&A
Discussion options

You must be logged in to vote

Hello, assuming you are talking about the first configuration,

docker run -d \
    --name=mpd-alsa \
    --rm \
    --device /dev/snd \
    -p 6600:6600 \
    -e ALSA_OUTPUT_CREATE=yes \
    -v ${HOME}/Music:/music:ro \
    -v ${HOME}/.mpd/playlists:/playlists \
    -v ${HOME}/.mpd/db:/db \
    giof71/mpd-alsa

you might try without the volumes, so:

docker run -d \
    --name=mpd-alsa \
    --rm \
    --device /dev/snd \
    -p 6600:6600 \
    -e ALSA_OUTPUT_CREATE=yes \
    giof71/mpd-alsa

If that works we can change path, permissions and/or enable user mode.
Please tell me if I selected the wrong example.

Replies: 5 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@KokonZhang
Comment options

@KokonZhang
Comment options

@GioF71
Comment options

@KokonZhang
Comment options

Answer selected by GioF71
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants