mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-08 04:19:44 +00:00
- 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>
7 lines
233 B
Bash
Executable File
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 "$@"
|