Skip to content
This repository has been archived by the owner on Apr 27, 2022. It is now read-only.

Adverties binding to 127.0.0.1 only #2

Open
jest opened this issue Nov 18, 2019 · 0 comments
Open

Adverties binding to 127.0.0.1 only #2

jest opened this issue Nov 18, 2019 · 0 comments

Comments

@jest
Copy link

jest commented Nov 18, 2019

In README you give an examples of using the image:

docker run -p 8192:8192 --name=polynote -d -t greglinscheid/polynote:latest

The problem is, this allows access from outside of the computer to port 8192, even if you think your firewall should catch it (in most cases; see moby/moby#22054 for lengthy discussion)

More secure way is to expose -p 127.0.0.1:8192:8192, esp. as this allows to run arbitrary code in the container.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant