summaryrefslogtreecommitdiffstats
path: root/lib/container/start (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Moving command files from /usr/lib to /usr/libexec.Daniel Baumann2021-04-111-531/+0
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Updating copyright notices for 2021.Daniel Baumann2021-02-091-1/+1
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Cleaning up and harmonizing verbose output for container remove, restart, ↵Daniel Baumann2020-10-301-6/+16
| | | | | | start, and stop commands. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding awk optimizations in configuration file handling.Katharina Drexel2020-10-301-22/+22
| | | | Signed-off-by: Katharina Drexel <katharina.drexel@bfh.ch>
* Adding overlay options to container start command.Katharina Drexel2020-10-301-1/+11
| | | | | Signed-off-by: Katharina Drexel <katharina.drexel@bfh.ch> Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Correcting call of post hooks in container start program to make them ↵Daniel Baumann2020-03-081-9/+9
| | | | | | actually work, thanks to Simon Spoehel <simon@spoehel.ch>. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Updating copyright notices for 2020.Daniel Baumann2020-01-211-1/+1
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding verbose option for container start command.Daniel Baumann2020-01-161-2/+6
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding default hook to unlink console prior start when bindmounting /dev ↵Daniel Baumann2019-11-041-0/+3
| | | | | | (e.g. in GPU computing cases). Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Removing stray veth links when starting containers with force.Daniel Baumann2019-08-111-0/+7
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Readding limit command.Daniel Baumann2019-03-021-10/+86
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Removing a few fixmes that are not needed anymore.Daniel Baumann2019-03-021-1/+1
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Removing limit command until its completly tested.Daniel Baumann2019-03-021-86/+10
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Renaming container-tools to compute-tools.Daniel Baumann2019-02-231-7/+8
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding verbose output when using '-n ALL' options with container commands.Daniel Baumann2019-02-171-0/+6
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Updating year in copyright notices to 2019.Daniel Baumann2019-02-171-1/+1
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Dropping untested arm64 specific settings in container start command.Daniel Baumann2018-06-251-12/+0
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding 'ALL' as pseudo container name for container start, stop, restart, ↵Daniel Baumann2018-05-271-0/+17
| | | | | | and remove commands to act on all available container respectivly. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Updating year in copyright information for 2018.Daniel Baumann2018-02-181-1/+1
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding message when creating bind mount directories in container start command.Daniel Baumann2018-01-191-2/+10
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding SPDX License Identifiers.Daniel Baumann2017-12-051-0/+2
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Removing some dead code in network-veth-extra handling.Daniel Baumann2017-10-131-11/+4
| | | | | | | This stuff is redundant when using bridges, and not using bridges has never worked anyway, hence removing it. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Using iproute instead of bridge-utils to setup bridges.Daniel Baumann2017-10-131-2/+2
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Using iproute instead of net-tools to setup interfaces.Daniel Baumann2017-10-131-4/+4
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding interface max length check in container start command.Daniel Baumann2017-07-221-0/+10
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Fixing spelling typo in 'bandwidth'.Simon Spöhel2017-07-221-7/+7
| | | | | Signed-off-by: Simon Spöhel <simon.spoehel@open-infrastructure.net> Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Correcting bind-ro option handling to actually work.Daniel Baumann2017-05-101-1/+1
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding support for bind-ro nspawn option for read-only bind mounts.Daniel Baumann2017-04-031-1/+22
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Updating year in copyright information for 2017.Daniel Baumann2017-01-041-1/+1
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Enabling pre and post hooks in container commands.Daniel Baumann2016-12-111-0/+26
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Renaming too generic internal getopt variables to avoid possible collisions ↵Daniel Baumann2016-11-251-3/+3
| | | | | | in the future. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding support for user namespace.Daniel Baumann2016-08-041-0/+12
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Sorting container configuration file.Daniel Baumann2016-08-041-12/+12
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding -f, --force option to container start command to remove stray lock files.Daniel Baumann2016-08-041-5/+18
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding error message in container start command if container is locked.Daniel Baumann2016-08-041-0/+6
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding host system based overlay mounts.Daniel Baumann2016-08-041-0/+25
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Harmonizing defintions of long and short options in getopt code of container ↵Daniel Baumann2016-07-011-2/+2
| | | | | | commands. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Creating non-existing source directory for bind mounts automatically in ↵Daniel Baumann2016-07-011-5/+1
| | | | | | container start command. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Using systemctl to start containers.Nik Lutz2016-05-181-11/+42
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Swaping parsing order of NETWORK_VETH_EXTRA and NETWORK_BRIDGES.Nik Lutz2016-05-181-19/+19
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Replacing systemd-nspawn '--network-bridge=' with one config file per ↵Nik Lutz2016-05-181-6/+26
| | | | | | interface in /etc/network/interfaces.d. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Using systemd-nspawn '--network-veth-extra=' instead of '--network-veth' ↵Nik Lutz2016-05-181-7/+18
| | | | | | (prerequisite for multiple network interface support per container). Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Updating comments in commands.Daniel Baumann2016-03-311-1/+1
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Updating year in copyright notices in container commands.Daniel Baumann2016-03-311-1/+1
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding blockio, cpu, memory and tasks limit config options.Daniel Baumann2016-03-311-1/+74
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding capability and drop-capability config option.Daniel Baumann2016-03-311-1/+25
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding native ARM architecture support in container start command.Daniel Baumann2016-03-311-6/+25
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding container commands.Daniel Baumann2016-03-121-0/+195
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>