https://github.com/osquery/osquery logo
Title
e

Esteban

02/08/2021, 2:57 PM
Hi, wanting to set up a fleet container, i have this log. I bonded one port to :443
{
  "terminated": "listen tcp 0.0.0.0:443: bind: permission denied",
  "ts": "2021-02-08T14:56:39.536145305Z"
}
Also happens with 80
s

Scott Lampert

02/08/2021, 5:13 PM
The fleet container doesn’t run as root
z

zwass

02/08/2021, 5:52 PM
Which means you want to bind to a higher number port within the container, and then you can map it to any port you want on the host.