So seems like I'm going to have to be doing some work with docker and building/testing/running docker images in the very near future. I start to look into how to install/setup docker and I'm finding the daemon runs as root?! These days, that's a WTF.
Also, according to https://docs.docker.com/network/packet-filtering-firewalls/#restrict-connections-to-the-docker-hostBy default, all external source IPs are allowed to connect to the Docker host.
So this means I'm at a coffee shop and it's opened up the ports so anyone in the coffee shop can connect to my docker daemon?!
This is all ringing major alarm bells in my brain... or am I misunderstanding how docker daemon is configured/setup? Please tell me I am.
Also, according to https://docs.docker.com/network/packet-filtering-firewalls/#restrict-connections-to-the-docker-hostBy default, all external source IPs are allowed to connect to the Docker host.
By default, all external source IPs are allowed to connect to the Docker host.
So this means I'm at a coffee shop and it's opened up the ports so anyone in the coffee shop can connect to my docker daemon?!
This is all ringing major alarm bells in my brain... or am I misunderstanding how docker daemon is configured/setup? Please tell me I am.