例如Let's Encrypt需要的Python2.7,git,pip我们都不需要装在宿主机内,容器就自己配置好了 原文https://github.com/acmesh-official/acme.sh/wiki/Run-acme.sh-in-docker 三、拉取镜像 $ docker pull neilpang/acme.sh 以dns mode运行docker命令 $ docker run --rm -it \ -v "$(pwd)/out":/acme.sh \...