Updated Run acme.sh in docker (markdown)

master
neil 2017-04-03 12:56:22 +08:00
parent 55eafccecb
commit a6716712af
1 changed files with 1 additions and 0 deletions

@ -56,6 +56,7 @@ Anyway, you can just invoke **neilpang/acme.sh** image as if it were a real shel
docker run --rm -itd \ docker run --rm -itd \
-v "$(pwd)/out":/acme.sh \ -v "$(pwd)/out":/acme.sh \
--net=host \ --net=host \
--entrypoint /bin/sh \
--name=acme.sh \ --name=acme.sh \
neilpang/acme.sh neilpang/acme.sh
``` ```