Generates a Docker run command from a JSON file
382
Pass in a JSON file like so:
cat example.json | docker run -i -a stdin -a stdout tinco/run-command-generator
And get a run command back like this one:
docker run -d -v /a/path:/some/mount my/container
Content type
Image
Digest
sha256:37a57839a…
Size
188.8 MB
Last updated
almost 11 years ago
docker pull tinco/run-command-generator