Justin Atkins

Results 1 issues of Justin Atkins

README has two sample docker commands where the volume switch `-v` comes before the `run` option: ``` docker -v /localpath:/app/results run punksecurity/secret-magpie --out results/results ``` ``` docker -v /path/to/your/certificates:/usr/local/share/ca-certificates/ run...