Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-12 | nspawn: add new --network-veth-extra= switch for defining additional veth links | Lennart Poettering | |
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. | |||
2015-11-06 | doc: correct orthography, word forms and missing/extraneous words | Jan Engelhardt | |
2015-11-06 | doc: correct punctuation and improve typography in documentation | Jan Engelhardt | |
2015-09-07 | man: typo fixes | Thomas Hindoe Paaboel Andersen | |
2015-09-06 | nspawn: add new .nspawn files for container settings | Lennart Poettering | |
.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. |