Shrumplestiltskin / Dockerfiles

Examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

https://gist.github.com/Shrumplestiltskin/a01c01c9cf64576aefab5011f0d81b9d

##Stuff
#On disk container locations -
/var/lib/docker/containers #find configs here
/proc/[container pid]/root

##Docker / Namespace CVEs
The deafult OCI linux spec in oci/defaults{_linux}.go in Docker/Moby
from 1.11 to current upstream master does not block /proc/acpi pathnames
allowing attackers to modify host's hardware like enabling/disabling
bluetooth or turning up/down keyboard brightness and probably other stuff
moby/moby#37404

About

Examples


Languages

Language:Python 77.6%Language:Dockerfile 18.1%Language:C 2.5%Language:HCL 1.8%