needo37 / plex

Docker for plex
MIT License
14 stars 19 forks source link

docker command line needed tweaking for ubuntu #1

Closed christoth closed 10 years ago

christoth commented 10 years ago

In README.md

docker run flags need to be: --name="plex" and --net="host" instead of: -name=“plex” -net=“host” not the the double dashes and the different quotes characters around the values

-v /etc/local time:/etc/localtime:ro please remove the space between local and time in the docker command line example for a specific version of plex

needo37 commented 10 years ago

The documentation does say --.

I fixed the localtime typo.