Docker Bug Allows Root Access to Host Filesystem
1–10 of 60 posts
Re: Docker Bug Allows Root Access to Host Filesystem
#2It should be used to ease deployment.
Re: Docker Bug Allows Root Access to Host Filesystem
#3This may be an unpopular opinion, but containers and Docker specifically shouldn't be used to isolate systems for security. It should be used to ease deployment.
Re: Docker Bug Allows Root Access to Host Filesystem
#4This may be an unpopular opinion, but containers and Docker specifically shouldn't be used to isolate systems for security. It should be used to ease deployment.
Re: Docker Bug Allows Root Access to Host Filesystem
#5can someone make a real use case of this bug?
Re: Docker Bug Allows Root Access to Host Filesystem
#6This may be an unpopular opinion, but containers and Docker specifically shouldn't be used to isolate systems for security. It should be used to ease deployment.
Does your recommendation still stand when Docker used in conjunction with SELinux (and SELinux categories for tennancy isolation)?
If you put docker inside a VM, and your hypervisor is running in a zone, and you have different zones based on ”role”. Then of course you get the benefits of the zone and the hypervisor.
The parent said “docker solves deployment, not isolation”- if you get your isolation another way then there’s no issue with using docker.
Re: Docker Bug Allows Root Access to Host Filesystem
#7This may be an unpopular opinion, but containers and Docker specifically shouldn't be used to isolate systems for security. It should be used to ease deployment.
Re: Docker Bug Allows Root Access to Host Filesystem
#8So, it can be exploited having access to the machine where docker is running and then using docker cp? can someone make a real use case of this bug?
Re: Docker Bug Allows Root Access to Host Filesystem
#9This may be an unpopular opinion, but containers and Docker specifically shouldn't be used to isolate systems for security. It should be used to ease deployment.
I wanted to write the same; docker is a packaging solution. It's not a security layer.
Re: Docker Bug Allows Root Access to Host Filesystem
#10Earlier quoted context omitted.
Does your recommendation still stand when Docker used in conjunction with SELinux (and SELinux categories for tennancy isolation)?
That seems like lazy contrarianism. If you put docker inside a VM, and your hypervisor is running in a zone, and you have different zones based on ”role”. Then of course you get the benefits of the zone and the hypervisor. The parent said “docker solves deployment, not isolation”- if you get your isolation another way then there’s no issue with using docker.
Docker does have fairly good support for SELinux built in tho (which counts as "using Docker" in my book).
And I do like that Docker makes the SELinux fairly straight forward for the simplest usecases (adding :z or :Z to volume directives).