dockerfiles icon indicating copy to clipboard operation
dockerfiles copied to clipboard

Plex docker container needs to specify br0 at start

Open imaginator opened this issue 10 years ago • 0 comments

docker run -d -n=false \
...

should probably read

docker run -d -b br0 -n=false \
...

imaginator avatar Aug 08 '14 15:08 imaginator