Is Docker’s ‘Start Docker Offload’ Really Secure if It’s Using Port 80?

0
0
Asked By CuriousCat23 On

I was exploring Docker and accidentally enabled the 'Start Docker Offload' feature. It's meant to be secure, but after checking my firewall logs, I saw traffic being routed over port 80 to something related to 'amazoneaws'. Is this normal behavior for a secure connection?

1 Answer

Answered By TechieGuru77 On

Seeing traffic to Amazon AWS is pretty common since many services and hosted runners operate there. Just because it's using port 80 doesn’t necessarily mean it’s insecure. The key is whether the data is being encrypted, like with HTTPS, rather than just relying on the port number itself.

WonderingWolf42 -

Gotcha! So if it’s encrypted, I shouldn’t worry too much about port 80 then?

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.