]> git.proxmox.com Git - mirror_lxc.git/commit - configure.ac
Add OCI container creation template
authorSerge Hallyn <serge@hallyn.com>
Sat, 5 Aug 2017 16:24:25 +0000 (11:24 -0500)
committerSerge Hallyn <shallyn@cisco.com>
Tue, 3 Oct 2017 21:45:29 +0000 (21:45 +0000)
commit0ef43a5c1d635835950335375f0dd71bf1abe384
treed8002ceeae5ffff76a41a58729f50658bd6c1b1d
parent5cda27c18f15ca234fb46ed8a46f7e92984adbd4
Add OCI container creation template

Closes #1813

This adds preliminary (but working) support for creating application
containers from OCI formats.  Examples:

create a container from a local OCI layout in ../oci:

    sudo lxc-create -t oci -n a1 -- -u oci:../oci:alpine

Or, create a container pulling from the docker hub.

    sudo lxc-create -t oci -n u1 -- -u docker://ubuntu

The url is specified in the same format as for 'skopeo copy'.

Comments appreciated.

Signed-off-by: Serge Hallyn <shallyn@cisco.com>
configure.ac
templates/Makefile.am
templates/lxc-oci.in [new file with mode: 0755]