% mkdir -p bundle/rootfs% docker create --name a_new_rootfs alpine:latest true% docker export a_new_rootfs | tar xvfC - bundle/rootfs% runc spec -b bundle% runc run -b bundle container/ # # This is inside the container now.