[lxc-devel] [lxc/lxc] 5cda27: support lxc.execute.cmd container configuration op...

GitHub noreply at github.com
Tue Oct 3 22:29:00 UTC 2017


  Branch: refs/heads/master
  Home:   https://github.com/lxc/lxc
  Commit: 5cda27c18f15ca234fb46ed8a46f7e92984adbd4
      https://github.com/lxc/lxc/commit/5cda27c18f15ca234fb46ed8a46f7e92984adbd4
  Author: Serge Hallyn <shallyn at cisco.com>
  Date:   2017-10-02 (Mon, 02 Oct 2017)

  Changed paths:
    M doc/lxc.container.conf.sgml.in
    M src/lxc/conf.c
    M src/lxc/conf.h
    M src/lxc/confile.c
    M src/lxc/tools/lxc_execute.c

  Log Message:
  -----------
  support lxc.execute.cmd container configuration option

Signed-off-by: Serge Hallyn <shallyn at cisco.com>


  Commit: 0ef43a5c1d635835950335375f0dd71bf1abe384
      https://github.com/lxc/lxc/commit/0ef43a5c1d635835950335375f0dd71bf1abe384
  Author: Serge Hallyn <serge at hallyn.com>
  Date:   2017-10-03 (Tue, 03 Oct 2017)

  Changed paths:
    M configure.ac
    M templates/Makefile.am
    A templates/lxc-oci.in

  Log Message:
  -----------
  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 at cisco.com>


  Commit: c4c133b472a6c2b5c36d10485c8e35fecb4826bb
      https://github.com/lxc/lxc/commit/c4c133b472a6c2b5c36d10485c8e35fecb4826bb
  Author: Christian Brauner <christian.brauner at ubuntu.com>
  Date:   2017-10-04 (Wed, 04 Oct 2017)

  Changed paths:
    M configure.ac
    M doc/lxc.container.conf.sgml.in
    M src/lxc/conf.c
    M src/lxc/conf.h
    M src/lxc/confile.c
    M src/lxc/tools/lxc_execute.c
    M templates/Makefile.am
    A templates/lxc-oci.in

  Log Message:
  -----------
  Merge pull request #1839 from hallyn/2017-10-02/oci

Add OCI container creation template


Compare: https://github.com/lxc/lxc/compare/b90eff816372...c4c133b472a6


More information about the lxc-devel mailing list