fix docker.sock

This commit is contained in:
Marc Brückner 2018-11-11 21:00:39 +01:00
parent 5cf49be470
commit 39c7664bd6

View File

@ -42,7 +42,7 @@ Example run:
docker run --name extractor -d \ docker run --name extractor -d \
-v /opt/traefik:/app/data \ -v /opt/traefik:/app/data \
-v ./certs:/app/certs \ -v ./certs:/app/certs \
-v /var/run/docker.socket:/var/run/docker.socket \ -v /var/run/docker.socket:/var/run/docker.sock \
snowmb/traefik-certificate-extractor snowmb/traefik-certificate-extractor
``` ```
Mount the whole folder containing the traefik certificate file (`acme.json`) as `/app/data`. The extracted certificates are going to be written to `/app/certs`. Mount the whole folder containing the traefik certificate file (`acme.json`) as `/app/data`. The extracted certificates are going to be written to `/app/certs`.