Files
linuxkit/alpine/containers/riddler.sh
Justin Cormack 6e82b2ad54 Use riddler to generate config.json
- use jq to fix up the output where there are still issues
- some issues will need fixing up in future too
- can remove fixes later
- still plan to restructure the code around containers to make it easier and clearer

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2017-01-10 22:03:13 +00:00

7 lines
233 B
Bash
Executable File

#!/bin/sh
# tag: 801f33408e43e6a22985aa994ab0bcba41659ec6
RIDDLER=mobylinux/riddler@sha256:2dda30eb24ac531a9f2164e9592a21538b5841f2ca8459b0c190da46ea7dfafd
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock $RIDDLER "$@"