Passing Secrets to a Docker Container
I have a base docker image which is used to run image analysis software. For each container created from an image, there is a set of configuration options, some of which are secrets (encryption keys, client information, etc.) that are used by the software to analyze and distribute the processed images. How can I securely pass […]