Loading Files to a Docker Container on Startup
I recently had the problem where I needed to load files into a Docker container, but only once, and only at the startup of that container. Specifically, these were signing certificates stored in an S3 bucket. Obviously (I hope), we don’t want to bake sensitive certificates and keys into a Docker image, so we need […]