Error parsing reference: ":4713" is not a valid repository/tag.
Closed this issue · 5 comments
Deleted user commented
Hi, I'm a docker newbie, I get this error message, when I try to run
$ docker run -d \
-e PULSE_SERVER=tcp:$(hostname -i):4713 \
-e PULSE_COOKIE_DATA=$(pax11publish -d | grep --color=never -Po '(?<=^Cookie: ).*') \
-v $PWD/media:/var/lib/mopidy/media:ro \
-v $PWD/local:/var/lib/mopidy/local \
-p 6600:6600 -p 6680:6680 \
wernight/mopidy \
mopidy \
-o spotify/username=USERNAME -o spotify/password=PASSWORD \
-o gmusic/username=USERNAME -o gmusic/password=PASSWORD \
-o soundcloud/auth_token=TOKEN
wernight commented
What's the error? What OS?
geripgeri commented
wernight commented
Thanks, I'm using ZSH and this only shows on Bash.
Deleted user commented
I was using zsh as well, I solved this issue by invoking docker with net --host
and -e PULSE_SERVER=tcp:127.0.0.1:4713
options
wernight commented
I've updated the readme so it should be fixed now.