summaryrefslogtreecommitdiffstats
path: root/lib/container/start (unfollow)
Commit message (Expand)AuthorFilesLines
2019-02-23Renaming container-tools to compute-tools.Daniel Baumann1-7/+8
2019-02-17Adding verbose output when using '-n ALL' options with container commands.Daniel Baumann1-0/+6
2019-02-17Updating year in copyright notices to 2019.Daniel Baumann1-1/+1
2018-06-25Dropping untested arm64 specific settings in container start command.Daniel Baumann1-12/+0
2018-05-27Adding 'ALL' as pseudo container name for container start, stop, restart, and...Daniel Baumann1-0/+17
2018-02-18Updating year in copyright information for 2018.Daniel Baumann1-1/+1
2018-01-19Adding message when creating bind mount directories in container start command.Daniel Baumann1-2/+10
2017-12-05Adding SPDX License Identifiers.Daniel Baumann1-0/+2
2017-10-13Removing some dead code in network-veth-extra handling.Daniel Baumann1-11/+4
2017-10-13Using iproute instead of bridge-utils to setup bridges.Daniel Baumann1-2/+2
2017-10-13Using iproute instead of net-tools to setup interfaces.Daniel Baumann1-4/+4
2017-07-22Adding interface max length check in container start command.Daniel Baumann1-0/+10
2017-07-22Fixing spelling typo in 'bandwidth'.Simon Spöhel1-7/+7
2017-05-10Correcting bind-ro option handling to actually work.Daniel Baumann1-1/+1
2017-04-03Adding support for bind-ro nspawn option for read-only bind mounts.Daniel Baumann1-1/+22
2017-01-04Updating year in copyright information for 2017.Daniel Baumann1-1/+1
2016-12-11Enabling pre and post hooks in container commands.Daniel Baumann1-0/+26
2016-11-25Renaming too generic internal getopt variables to avoid possible collisions i...Daniel Baumann1-3/+3
2016-08-04Adding support for user namespace.Daniel Baumann1-0/+12
2016-08-04Sorting container configuration file.Daniel Baumann1-12/+12
2016-08-04Adding -f, --force option to container start command to remove stray lock files.Daniel Baumann1-5/+18
2016-08-04Adding error message in container start command if container is locked.Daniel Baumann1-0/+6
2016-08-04Adding host system based overlay mounts.Daniel Baumann1-0/+25
2016-07-01Harmonizing defintions of long and short options in getopt code of container ...Daniel Baumann1-2/+2
2016-07-01Creating non-existing source directory for bind mounts automatically in conta...Daniel Baumann1-5/+1
2016-05-18Using systemctl to start containers.Nik Lutz1-11/+42
2016-05-18Swaping parsing order of NETWORK_VETH_EXTRA and NETWORK_BRIDGES.Nik Lutz1-19/+19
2016-05-18Replacing systemd-nspawn '--network-bridge=' with one config file per interfa...Nik Lutz1-6/+26
2016-05-18Using systemd-nspawn '--network-veth-extra=' instead of '--network-veth' (pre...Nik Lutz1-7/+18
2016-03-31Updating comments in commands.Daniel Baumann1-1/+1
2016-03-31Updating year in copyright notices in container commands.Daniel Baumann1-1/+1
2016-03-31Adding blockio, cpu, memory and tasks limit config options.Daniel Baumann1-1/+74
2016-03-31Adding capability and drop-capability config option.Daniel Baumann1-1/+25
2016-03-31Adding native ARM architecture support in container start command.Daniel Baumann1-6/+25
2016-03-12Adding container commands.Daniel Baumann1-0/+195