|
|
|
|
|
by moondev
3615 days ago
|
|
Which security problems are you referring to? Our containers run web applications, we aren't giving users shell access and asking them to try and break out. Over large layers: Don't run bloated images with all your build tools. Run lightweight base images like alpine with only your deployment artifact. You also shouldn't be writing to the filesystem, they are designed to be stateless. |
|
And the fact that nobody involved in Docker is old enough to remember that half of the exploits against CGI involved exposing environment variables, not modifying them.