traefik-certificate-extractor icon indicating copy to clipboard operation
traefik-certificate-extractor copied to clipboard

Fails to startup

Open consult-kk opened this issue 5 years ago • 1 comments

This docker command fails to startup.. any ideas what I am doing wrong here ? docker run --name extractor -d -v /home/ec2-user/traefik/acme.json:/app/data/acme.json -v /home/ec2-user/traefik/certs:/app/data/certs -v /var/run/docker.socket:/var/run/docker.sock snowmb/traefik-certificate-extractor -r

the error I get is "usage: extractor.py [-h] [-c CERTIFICATE] [-d DIRECTORY] [-f] [-r] [--dry-run] [--include [INCLUDE [INCLUDE ...]] | --exclude [EXCLUDE [EXCLUDE ...]]] extractor.py: error: argument -d/--directory: path does not exist: 'certs'"

consult-kk avatar Apr 30 '19 15:04 consult-kk

Imho you need to map to app/certs

Viele Grüße, Andreas

Am 30.04.2019 um 17:48 schrieb consult-kk [email protected]:

This docker command fails to startup.. any ideas what I am doing wrong here ? docker run --name extractor -d -v /home/ec2-user/traefik/acme.json:/app/data/acme.json -v /home/ec2-user/traefik/certs:/app/data/certs -v /var/run/docker.socket:/var/run/docker.sock snowmb/traefik-certificate-extractor -r

the error I get is "usage: extractor.py [-h] [-c CERTIFICATE] [-d DIRECTORY] [-f] [-r] [--dry-run] [--include [INCLUDE [INCLUDE ...]] | --exclude [EXCLUDE [EXCLUDE ...]]] extractor.py: error: argument -d/--directory: path does not exist: 'certs'"

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

andig avatar Apr 30 '19 17:04 andig