ruippeixotog / docker-google-musicmanager

Dockerfile for Google Music Manager
11 stars 10 forks source link

Use macspoof to allow running musicmanager inside a VM #3

Closed eatnumber1 closed 9 years ago

eatnumber1 commented 9 years ago

This fixes #2.

ruippeixotog commented 9 years ago

It seems to work fine. The only issue I found is that, by not using --net=host, this container will appear in the list of authorized devices in Google Music with a strange name. This happens because google-musicmanager picks the network hostname of the machine it runs on which, in the case of a Docker container, is its ID by default. I guess manually setting the hostname as SERVER_NAME will work, though. LGTM!