I followed the instructions found on README.md:
- Create the filesystem:
docker export $(docker create busybox) | tar -C rootfs -xvf -
- Create the config:
runc spec
- Run the image:
runc run mycontainerid
Got the error: mkdir /run/runc: permission denied
Am I missing something?