|
|
|
|
|
by hinkley
3614 days ago
|
|
Credentials capture in layers. Environment variable oversharing between peer containers (depending on tool). 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. |
|
You create a secret and then that secret can be mounted as a volume when the container runs, it never gets captured in a layer.
Also CGI exploits exposing env vars would work just as well on a normal non-container instance would they not?