Sample container runtime specs for use with runc forked from jessfraz/containers. Changes include supporting changes in the OCI runtime-spec and adding examples of rootless containers. There are prestart hooks to configure networking properly leveraging netns.
To run any of these, you will first need to populate the rootfs for each
container you wish to run. See the OCI runtime-spec README for detailed
instructions on how to accomplish this.
runc run irssi
For rootless containers, you will need to specify the --root directory where the container state will be stored.
runc --root /tmp/runc irssi