riddler
riddler copied to clipboard
A tool to convert docker inspect to the opencontainers runc spec.
Hello, @jessfraz, I've read your friendly [blogpost](https://blog.jessfraz.com/post/runc-containers-on-the-desktop/), and now I desperately need a tool to convert basic Docker images into OCI run specs, to stay on low level. As per...
``` root@iZ2ze75xet9v7jhynivwhdZ:~/gocode/src/github.com/genuinetools/riddler# ./riddler alpine panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x73e36e] goroutine 1 [running]: github.com/genuinetools/riddler/parse.Config(0xc42033c2c0, 0xa7f978, 0x0, 0x0, 0xc42035a000, 0xc42032a200,...
use https://github.com/docker/docker/blob/master/daemon/oci_linux.go for the conversion