All Projects → vbatts → nspawn-oci

vbatts / nspawn-oci

Licence: BSD-3-Clause license
OpenContainer runtime bundle wrapper around systemd-nspawn

Programming Languages

go
31211 projects - #10 most used programming language

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 .
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].