On 2018-06-05 at 17:17 -0400, Phil Pennock wrote: > Shell 2: > $ docker run -it --rm -v /var/run/pdp.gnupg:/root/.gnupg/S.gpg-agent.ssh > alpine > / # chmod 0700 /root/.gnupg && chown root:root /root/.gnupg/S.gpg-agent > / # apk update && apk add --no-cache gnupg
I apologise, I missed fixing one glitch in review before sending. The correct command to invoke Docker here is: docker run -it --rm -v /var/run/pdp.gnupg:/root/.gnupg/S.gpg-agent alpine Don't use the `.ssh` name, that speaks an entirely different protocol and was a mental glitch when I first wrote the above, fixed in testing but not repaired in the email. The command-line if you're running on Linux should thus be (untested): docker run -it --rm -v $HOME/.gnupg/S.gpg-agent.extra:/root/.gnupg/S.gpg-agent alpine Adjust as appropriate for other images. -Phil
signature.asc
Description: Digital signature
_______________________________________________ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gnupg.org/mailman/listinfo/gnupg-users