traefik / traefik-migration-tool

A migration tool from Traefik v1 to Traefik v2
https://docs.traefik.io/migration/v1-to-v2/
Apache License 2.0
151 stars 35 forks source link

Enhance documentation for docker command #13

Open HagenMorano opened 4 years ago

HagenMorano commented 4 years ago

https://github.com/containous/traefik-migration-tool#with-docker

The current docker command is not working out of the box. An input and output has to be specified as the volume is mapped into /data and the standard value points to ./[file]. I got the setup for acme e.g. running like: docker run --rm -v ${PWD}:/data containous/traefik-migration-tool acme -i /data/acme.json -o /data/acme-new.json Don't know if there is an easier way - if not IMHO the documentation needs to be enhanced or implementation needs to be adapted. I could support with the documentation :sunglasses: