Prevent GPG key sharing in VSCode Remote Container – Docker
The following paragraph in the official docs describes how to enable GPG key sharing (from localhost to Remote Container) in VSCode (https://code.visualstudio.com/docs/remote/containers#_sharing-gpg-keys). The instructions (for Linux) simply state that to share GPG keys, install gnupg2 locally and in the container.…