GitHunt
VB

vbatts/nspawn-oci

OpenContainer runtime bundle wrapper around systemd-nspawn

nspawn-oci

Wrapper for systemd-nspawn to run OpenContainer runtime
bundles

Building

This project uses the Go programming language and is tested with the Go
compiler
. (Results with gccgo may vary)

go get -u -v github.com/vbatts/nspawn-oci

Usage

Using skopeo and
oci-image-tool:

skopeo copy docker://busybox oci:busybox-oci
oci-image-tool create --ref platform.os=linux ./busybox-oci/ ./busybox-bundle/
cd busybox-bundle && sudo nspawn-oci .

Languages

Go100.0%

Contributors

BSD 3-Clause "New" or "Revised" License
Created August 3, 2016
Updated January 29, 2026
vbatts/nspawn-oci | GitHunt