History log of /systemd/src/nspawn/nspawn-gperf.gperf
Revision Date Author Comments Expand
7732f92bad5f24a4bd03bb357af46da56b0ac94d 03-Feb-2016 Lennart Poettering <lennart@poettering.net>

nspawn: optionally run a stub init process as PID 1 This adds a new switch --as-pid2, which allows running commands as PID 2, while a stub init process is run as PID 1. This is useful in order to run arbitrary commands in a container, as PID1's semantics are different from all other processes regarding reaping of unknown children or signal handling.

5f932eb9af7a5e4723855bcd776c2acaa2a31932 03-Feb-2016 Lennart Poettering <lennart@poettering.net>

nspawn: add new --chdir= switch Fixes: #2192

f6d6bad1461a8f545a80955fadd7ee0c10db15bb 12-Nov-2015 Lennart Poettering <lennart@poettering.net>

nspawn: add new --network-veth-extra= switch for defining additional veth links The new switch operates like --network-veth, but may be specified multiple times (to define multiple link pairs) and allows flexible definition of the interface names. This is an independent reimplementation of #1678, but defines different semantics, keeping the behaviour completely independent of --network-veth. It also comes will full hook-up for .nspawn files, and the matching documentation.

38c2ef1d55c034c6e06c25f7eff22a651edc5aec 09-Sep-2015 Lennart Poettering <lennart@poettering.net>

nspawn: add missing comma to gperf file

2b5c04d59cf3442791aff49013921acb68eb9fc6 07-Sep-2015 Lennart Poettering <lennart@poettering.net>

nspawn: remove nspawn.h, it's empty now

7a8f63251df2202e59a76e537a688fe7500cb1ad 07-Sep-2015 Lennart Poettering <lennart@poettering.net>

nspawn: split all port exposure code into nspawn-expose-port.[ch]

f757855e81fc0bc116de372220096e532afb5cb8 06-Sep-2015 Lennart Poettering <lennart@poettering.net>

nspawn: add new .nspawn files for container settings .nspawn fiels are simple settings files that may accompany container images and directories and contain settings otherwise passed on the nspawn command line. This provides an efficient way to attach execution data directly to containers.