Y
Hacker News
new
|
ask
|
show
|
jobs
by
dawnerd
2142 days ago
Unless you use docker, then it doesn't really matter. Really have to make sure your docker containers are not exposing ports they shouldnt be.
1 comments
tdeck
2142 days ago
Is there a good tutorial you can recommend on how to audit this?
link
dawnerd
2142 days ago
No, but I would start with a `docker ps` and see what ports it's forwarding.
link