Skip to content

Instantly share code, notes, and snippets.

View jodh-intel's full-sized avatar
💭
setting my status to setting my status

James O. D. Hunt jodh-intel

💭
setting my status to setting my status
View GitHub Profile
@jodh-intel
jodh-intel / cc-runtime.sh
Created October 18, 2017 16:20
Script to capture an OCI `config.json` config file before launching an OCI runtime
#!/bin/bash
# XXX: change as necessary
runtime="/home/james/go/src/github.com/clearcontainers/runtime/cc-runtime"
die()
{
msg="$*"
echo "ERROR: $msg" >&2
exit 1