Questions tagged [docker-daemon]
3 questions
5
votes
1 answer
Is the root user in a Docker image/container the same as the root user of the machine?
Is the root user in a Docker image/container the same as the root user of the machine? I am curious about the security implications of using the root user in the Docker image.
TMK, the container is run by a non-root user (often the user is called…
Alexander Mills
- 395
- 1
- 3
- 11
3
votes
0 answers
how to protect proxy credentials of a local docker daemon run by systemd from viewing by ordinary users?
i have my local docker CLI binary connected with a docker daemon on the LAN (or better say on the same machine). for certain duties this daemon needs to connect to the internet via a company firewall/proxy system. (the system is based upon Ubuntu…
Alexander Stohr
- 131
- 1
1
vote
1 answer
Blacklist network ranges Docker is allowed to use for its containers (swarm mode)
Basically I need to blacklist an IP range (and maybe multiple ranges) so that Docker can use any other IPs for its containers BUT IPs in this range.
Assume I have my docker nodes in a swarm of n nodes. They are in IP range 10.1.1.0/24. There are…
Worp
- 689
- 4
- 11
- 19