DEV Community

Discussion on: A House of Cards: An Exploration of Security When Building Docker Containers

Collapse
 
msoedov profile image
Alex Miasoiedov • Edited

I guess it's not even necessary to be able to access to the filesystem for a host machine. There are at-least two other malicious things you can hypethicaly do with just access to docker daemon api

  1. Get all env variables from other docker containers
  2. Pull/push and inspect a private docker images, which could include a source code or even credentials