summaryrefslogtreecommitdiffstats
path: root/lib/container/start (follow)
Commit message (Expand)AuthorAgeFilesLines
* Using iproute instead of bridge-utils to setup bridges.Daniel Baumann2017-10-131-2/+2
* Using iproute instead of net-tools to setup interfaces.Daniel Baumann2017-10-131-4/+4
* Adding interface max length check in container start command.Daniel Baumann2017-07-221-0/+10
* Fixing spelling typo in 'bandwidth'.Simon Spöhel2017-07-221-7/+7
* Correcting bind-ro option handling to actually work.Daniel Baumann2017-05-101-1/+1
* Adding support for bind-ro nspawn option for read-only bind mounts.Daniel Baumann2017-04-031-1/+22
* Updating year in copyright information for 2017.Daniel Baumann2017-01-041-1/+1
* Enabling pre and post hooks in container commands.Daniel Baumann2016-12-111-0/+26
* Renaming too generic internal getopt variables to avoid possible collisions i...Daniel Baumann2016-11-251-3/+3
* Adding support for user namespace.Daniel Baumann2016-08-041-0/+12
* Sorting container configuration file.Daniel Baumann2016-08-041-12/+12
* Adding -f, --force option to container start command to remove stray lock files.Daniel Baumann2016-08-041-5/+18
* Adding error message in container start command if container is locked.Daniel Baumann2016-08-041-0/+6
* Adding host system based overlay mounts.Daniel Baumann2016-08-041-0/+25
* Harmonizing defintions of long and short options in getopt code of container ...Daniel Baumann2016-07-011-2/+2
* Creating non-existing source directory for bind mounts automatically in conta...Daniel Baumann2016-07-011-5/+1
* Using systemctl to start containers.Nik Lutz2016-05-181-11/+42
* Swaping parsing order of NETWORK_VETH_EXTRA and NETWORK_BRIDGES.Nik Lutz2016-05-181-19/+19
* Replacing systemd-nspawn '--network-bridge=' with one config file per interfa...Nik Lutz2016-05-181-6/+26
* Using systemd-nspawn '--network-veth-extra=' instead of '--network-veth' (pre...Nik Lutz2016-05-181-7/+18
* Updating comments in commands.Daniel Baumann2016-03-311-1/+1
* Updating year in copyright notices in container commands.Daniel Baumann2016-03-311-1/+1
* Adding blockio, cpu, memory and tasks limit config options.Daniel Baumann2016-03-311-1/+74
* Adding capability and drop-capability config option.Daniel Baumann2016-03-311-1/+25
* Adding native ARM architecture support in container start command.Daniel Baumann2016-03-311-6/+25
* Adding container commands.Daniel Baumann2016-03-121-0/+195