We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi I am not a docker user, just started this so I could use your image. i am sure I set it up correct
This works docker run 792d35443a04 (in trevorj/mopidy-extras)
This too docker run 16b1f325547f (in trevorj/mopidy-extras)
but your example line thros error
docker run --rm trevorj/mopidy-extras host run \ :( -o spotify/username='BLAH' -o spotify/password='BLAH' \ -o gmusic/username='BLAH' -o gmusic/password='BLAH' \ -o spotify_web/client_id='BLAH' -o spotify_web/client_secret='BLAH' \ -o scrobbler/username='BLAH' -o scrobbler/password='BLAH' \ -o audioaddict/username='BLAH' -o audioaddict/password='BLAH' \ -o soundcloud/auth_token='BLAH' \ | bash develop: Pulling from trevorj/mopidy-extras 8b23367590c3: Pull complete c7feb578947e: Pull complete ac836f06379c: Pull complete be286dc472df: Pull complete 5533df5f353d: Pull complete 75dd45bcd6d5: Pull complete 089fff91d23a: Pull complete 35b6879fb724: Pull complete a552bd364a09: Pull complete eddcdb5e791b: Pull complete 7a6d9ccd65b7: Pull complete 391449aa5918: Pull complete a46a7a7c1ac7: Pull complete fc6520f8ec1d: Pull complete 988dc99c7ef3: Pull complete 8c6c85981290: Pull complete Digest: sha256:fb95f0ec1c5b408df26d978667326924a2bdca80033a41d2914c5f333d4b0b08 Status: Downloaded newer image for trevorj/mopidy-extras:develop Error response from daemon: No such container: mopidy Error: No such container: mopidy a4619777af5ea13ee7272ba81c43ff8c4ba2261102bdb0fe0178131f4891dc41 USER@debtosh ~ % docker run --rm trevorj/mopidy-extras host run \ -o spotify/username='BLAH' -o spotify/password='BLAH' \ -o gmusic/username='BLAH' -o gmusic/password='BLAH' \ -o spotify_web/client_id='BLAH' -o spotify_web/client_secret='BLAH' \ -o scrobbler/username='BLAH' -o scrobbler/password='BLAH' \ -o audioaddict/username='BLAH' -o audioaddict/password='BLAH' \ -o soundcloud/auth_token='BLAH' \ | bash develop: Pulling from trevorj/mopidy-extras Digest: sha256:fb95f0ec1c5b408df26d978667326924a2bdca80033a41d2914c5f333d4b0b08 Status: Image is up to date for trevorj/mopidy-extras:develop mopidy mopidy 27a1e7cc0bb6fbf73ef66bf21f7ce19c1da1927ab05304d7f1d4e7d858f25c36 USER@debtosh ~ % docker run --rm trevorj/mopidy-extras host run \ -o spotify/username='BLAH' -o spotify/password='BLAH' \ -o gmusic/username='BLAH' -o gmusic/password='BLAH' \ -o spotify_web/client_id='BLAH' -o spotify_web/client_secret='BLAH' \ -o scrobbler/username='BLAH' -o scrobbler/password='BLAH' \ -o audioaddict/username='BLAH' -o audioaddict/password='BLAH' \ -o soundcloud/auth_token='BLAH' \ | bash
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi
I am not a docker user, just started this so I could use your image. i am sure I set it up correct
This works
docker run 792d35443a04 (in trevorj/mopidy-extras)
This too
docker run 16b1f325547f (in trevorj/mopidy-extras)
but your example line thros error
The text was updated successfully, but these errors were encountered: