Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moving command files from /usr/lib to /usr/libexec. | Daniel Baumann | 2021-04-11 | 1 | -289/+0 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Updating copyright notices for 2021. | Daniel Baumann | 2021-02-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Cleaning up and harmonizing verbose output for container remove, restart, ↵ | Daniel Baumann | 2020-10-30 | 1 | -9/+22 |
| | | | | | | start, and stop commands. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Adding one more awk optimizations in container stop command. | Daniel Baumann | 2020-10-30 | 1 | -1/+1 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Adding awk optimizations in configuration file handling. | Katharina Drexel | 2020-10-30 | 1 | -5/+5 |
| | | | | Signed-off-by: Katharina Drexel <katharina.drexel@bfh.ch> | ||||
* | Updating copyright notices for 2020. | Daniel Baumann | 2020-01-21 | 1 | -1/+1 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Removing stray veth links when stopping containers with force. | Daniel Baumann | 2019-08-11 | 1 | -0/+11 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Renaming container-tools to compute-tools. | Daniel Baumann | 2019-02-23 | 1 | -6/+7 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Adding verbose output when using '-n ALL' options with container commands. | Daniel Baumann | 2019-02-17 | 1 | -0/+6 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Updating year in copyright notices to 2019. | Daniel Baumann | 2019-02-17 | 1 | -1/+1 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Adding 'ALL' as pseudo container name for container start, stop, restart, ↵ | Daniel Baumann | 2018-05-27 | 1 | -0/+20 |
| | | | | | | 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 Baumann | 2018-02-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Adding SPDX License Identifiers. | Daniel Baumann | 2017-12-05 | 1 | -0/+2 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Removing some dead code in network-veth-extra handling. | Daniel Baumann | 2017-10-13 | 1 | -3/+3 |
| | | | | | | | 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> | ||||
* | Avoid removing top-level directories when cleaning up bind mounts in ↵ | Daniel Baumann | 2017-07-01 | 1 | -6/+24 |
| | | | | | | | | | container remove and stop commands. Previously when using 'bind=/mnt/foo:/foo/bar/baz;', this removed /mnt on the host system too (if empty). Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Adding support for bind-ro nspawn option for read-only bind mounts. | Daniel Baumann | 2017-04-03 | 1 | -1/+16 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Updating year in copyright information for 2017. | Daniel Baumann | 2017-01-04 | 1 | -1/+1 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Enabling pre and post hooks in container commands. | Daniel Baumann | 2016-12-11 | 1 | -0/+19 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Renaming too generic internal getopt variables to avoid possible collisions ↵ | Daniel Baumann | 2016-11-25 | 1 | -3/+3 |
| | | | | | | in the future. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Readding -f|--force option in container stop command. | Daniel Baumann | 2016-11-06 | 1 | -3/+17 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Removing -f|--force option in container stop command for LTS version. | Daniel Baumann | 2016-10-25 | 1 | -17/+3 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Adding host system based overlay mounts. | Daniel Baumann | 2016-08-04 | 1 | -0/+23 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Harmonizing defintions of long and short options in getopt code of container ↵ | Daniel Baumann | 2016-07-01 | 1 | -2/+2 |
| | | | | | | commands. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Removing empty source directory of bind mounts in container stop command. | Daniel Baumann | 2016-06-03 | 1 | -1/+16 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Using systemd to cleanup network interfaces after the container has been ↵ | Nik Lutz | 2016-05-18 | 1 | -22/+39 |
| | | | | | | stopped. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Removing network interface configuration in /etc/network/interfaces.d after ↵ | Nik Lutz | 2016-05-18 | 1 | -0/+22 |
| | | | | | | container stop. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Renaming container stop command option -k, --kill to -f, --force for ↵ | Daniel Baumann | 2016-04-16 | 1 | -6/+6 |
| | | | | | | consistency. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Updating comments in commands. | Daniel Baumann | 2016-03-31 | 1 | -1/+1 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Updating year in copyright notices in container commands. | Daniel Baumann | 2016-03-31 | 1 | -1/+1 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Adding container commands. | Daniel Baumann | 2016-03-12 | 1 | -0/+107 |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> |