docker-ubuntu-vnc-desktop
docker-ubuntu-vnc-desktop copied to clipboard
If it runs on port 80, does it use HTTP?
This may be a dumb question, because I haven't inspected the source code very closely yet. I intend to find the answer to this...
Yes, it will run HTTP on port 80. You can check with a browser, curl, wget, powershell.
So is the traffic unencrypted?
There should also be a port 443 running, just use that one instead, than it will be encrypted. (HTTPS)
It's important to implement SSL on your VNC docker container.