Skip to content

Instantly share code, notes, and snippets.

@philipz
Created June 30, 2015 09:04
Show Gist options
  • Save philipz/599f1323a42d7cce38e4 to your computer and use it in GitHub Desktop.
Save philipz/599f1323a42d7cce38e4 to your computer and use it in GitHub Desktop.
runC Example

Reference Getting Started with runC

mkdir runc
cd runc
docker pull busybox
docker export $(docker create busybox) > busybox.tar
mkdir rootfs
tar -C rootfs -xf busybox.tar
runc spec > container.json
sudo runc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment