Added note about localhost in host networking.

This commit is contained in:
Graham Booker 2020-12-11 16:10:33 -06:00
parent 29bb0e2f2f
commit 565a4de14a
No known key found for this signature in database
GPG Key ID: F023F35DADC3343C

View File

@ -33,6 +33,8 @@ docker run \
plexinc/pms-docker
```
Note: If your `/etc/hosts` file is missing an entry for `localhost`, you should add one before using host networking.
### Macvlan Networking
```