Which practice best upholds data privacy ethics when building Docker images that process user PII?
-
A
Log all PII to container stdout for debugging convenience
-
B
Ensure PII never appears in image layers, logs, or environment variables
-
C
Store PII in a bind-mounted volume for easy access
-
D
Include sample PII data in the image for testing purposes