Encrypt and Decrypt issues #1010
-
In the ocicrypt.md, follow your tutorial to do image encryption. It is found that the container does not need a secret key when running, so what is the meaning of encryption? As ocicrypt.md descripts, "No flag is needed for running encrypted images with nerdctl run, as long as the private key is stored in /etc/containerd/ocicrypt/keys (for rootless ~/.config/containerd/ocicrypt/keys)." |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The key is required for unpacking an encrypted image. |
Beta Was this translation helpful? Give feedback.
The key is required for unpacking an encrypted image.
Running an already unpacked image does not need the key.