Sign inSign up

containous/acme-fixer

By containous

Updated over 6 years ago

Image
3

8.1K

containous/acme-fixer repository overview

acme-fixer

Examples

Traefik v1

With binaries:

# dry run mode
acme-fixer -i ./my/path/acme.json -d

# without dry run
acme-fixer -i ./my/path/acme.json

With Docker:

# dry run mode
docker run -v $PWD/letsencrypt:/letsencrypt containous/acme-fixer:v0.1.0 -i /letsencrypt/acme.json -d

# without dry run
docker run -v $PWD/letsencrypt:/letsencrypt containous/acme-fixer:v0.1.0 -i /letsencrypt/acme.json
Traefik v2

With binaries:

# dry run mode
acme-fixer -i ./my/path/acme.json -d --v2

# without dry run
acme-fixer -i ./my/path/acme.json --v2

With Docker:

# dry run mode
docker run -v $PWD/letsencrypt:/letsencrypt containous/acme-fixer:v0.1.0 -i /letsencrypt/acme.json -d --v2

# without dry run
docker run -v $PWD/letsencrypt:/letsencrypt containous/acme-fixer:v0.1.0 -i /letsencrypt/acme.json --v2

Tag summary

Content type

Image

Digest

Size

12.7 MB

Last updated

over 6 years ago

docker pull containous/acme-fixer