Does Normal Docker (Non-Swarm) Work with Encryption? #782
epoch-philosophy
started this conversation in
General
Replies: 1 comment
|
Yes you can use encryption also in standalone Docker. Either by passing the key as a env var directly or by mounting it as a file and the |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I only used encryption via SOPS and Age with my Swarm cluster. But, I noticed in the documentation it gives direction to deploy and use an Age key that's passed via a Docker Secret. Given secrets are only native to Swarm mode, can Doco-CD use encryption via normal Docker?
Would you merely declare the Age keyfile in the ENV variable without the Docker Secret?
All reactions