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:
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: