Encryption, access to Docker container

arhh i see ^^ i was just looking for a solution for the original topic :b

Which part of the original question are you trying to achieve ? The discussion in this thread touches on a few different areas that people are trying to secure. If you want to protect the source code of your application then a multistage build is the way to go plus you’ll have smaller images.

If you’re trying to secure files within your containers from someone that accesses your SD card then you’re best to have the file encrypted by default and decrypt into memory at runtime when needed.

The possibilities are endless tbh so provide some more specifics on what you’re trying to secure and how you think someone access it.