summaryrefslogtreecommitdiffstats
path: root/lib/container/start (follow)
Commit message (Expand)AuthorAgeFilesLines
* Renaming container-tools to compute-tools.Daniel Baumann2019-02-231-7/+8
* Adding verbose output when using '-n ALL' options with container commands.Daniel Baumann2019-02-171-0/+6
* Updating year in copyright notices to 2019.Daniel Baumann2019-02-171-1/+1
* Dropping untested arm64 specific settings in container start command.Daniel Baumann2018-06-251-12/+0
* Adding 'ALL' as pseudo container name for container start, stop, restart, and...Daniel Baumann2018-05-271-0/+17
* Updating year in copyright information for 2018.Daniel Baumann2018-02-181-1/+1
* Adding message when creating bind mount directories in container start command.Daniel Baumann2018-01-191-2/+10
* Adding SPDX License Identifiers.Daniel Baumann2017-12-051-0/+2
* Removing some dead code in network-veth-extra handling.Daniel Baumann2017-10-131-11/+4
* 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