Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-03-08 | Correcting call of post hooks in container start program to make them ↵ | Daniel Baumann | 1 | -9/+9 | |
actually work, thanks to Simon Spoehel <simon@spoehel.ch>. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2020-01-21 | Updating copyright notices for 2020. | Daniel Baumann | 15 | -15/+15 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2020-01-16 | Adding verbose option for container start command. | Daniel Baumann | 1 | -2/+6 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2019-11-04 | Adding default hook to unlink console prior start when bindmounting /dev ↵ | Daniel Baumann | 1 | -0/+3 | |
(e.g. in GPU computing cases). Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2019-09-19 | Tightening Address lookup in container list command for systemd-networkd to ↵ | Daniel Baumann | 1 | -1/+1 | |
not display MACAdresses instead of IPs. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2019-08-11 | Fixing a bug where only the last item in lists passed via CLI was evaluated. | Simon Spöhel | 1 | -9/+9 | |
Signed-off-by: Simon Spöhel <simon@spoehel.ch> Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2019-08-11 | Fixing a bug where directories were not created for --bind-ro. | Simon Spöhel | 1 | -1/+1 | |
Signed-off-by: Simon Spöhel <simon@spoehel.ch> Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2019-08-11 | Removing stray veth links when stopping containers with force. | Daniel Baumann | 1 | -0/+11 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2019-08-11 | Removing stray veth links when starting containers with force. | Daniel Baumann | 1 | -0/+7 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2019-04-12 | Removing explicit protocol for IP adresses in container list command. | Daniel Baumann | 1 | -5/+5 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2019-03-09 | Using C.UTF-8 in container enter command as fallback locale. | Daniel Baumann | 1 | -1/+1 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2019-03-02 | Readding limit command. | Daniel Baumann | 2 | -10/+294 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2019-03-02 | Readding key command. | Daniel Baumann | 1 | -0/+152 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2019-03-02 | Removing a few fixmes that are not needed anymore. | Daniel Baumann | 2 | -3/+1 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2019-03-02 | Removing limit command until its completly tested. | Daniel Baumann | 2 | -294/+10 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2019-03-02 | Removing key command until its completly tested. | Daniel Baumann | 1 | -152/+0 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2019-02-23 | Adding a end message in container create command. | Daniel Baumann | 1 | -0/+3 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2019-02-23 | Using hostname fallback if FQDN is not set. | Daniel Baumann | 4 | -4/+4 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2019-02-23 | Renaming container-tools to compute-tools. | Daniel Baumann | 16 | -79/+96 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2019-02-18 | Adding container log command. | Daniel Baumann | 1 | -0/+144 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2019-02-17 | Adding verbose output when using '-n ALL' options with container commands. | Daniel Baumann | 4 | -0/+24 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2019-02-17 | Updating year in copyright notices to 2019. | Daniel Baumann | 14 | -14/+14 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2018-07-17 | Also allowing symlinks for containers, requires systemd 233 or newer (see ↵ | Daniel Baumann | 1 | -1/+1 | |
#805785). Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2018-06-25 | Dropping untested arm64 specific settings in container start command. | Daniel Baumann | 1 | -12/+0 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2018-05-27 | Adding check in container create command to not create any container named ↵ | Daniel Baumann | 1 | -0/+7 | |
'ALL'. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2018-05-27 | Adding 'ALL' as pseudo container name for container start, stop, restart, ↵ | Daniel Baumann | 4 | -0/+73 | |
and remove commands to act on all available container respectivly. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2018-05-27 | Correcting typo in verbose option handling of container remove command. | Daniel Baumann | 1 | -1/+1 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2018-05-27 | Setting dummy SSH_CLIENT variable during container enter to enable ↵ | Daniel Baumann | 1 | -0/+8 | |
conditional shell prompts such as powerline. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2018-05-27 | Adding missing command variable in some container commands. | Daniel Baumann | 2 | -0/+4 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2018-05-27 | Correcting and simplifying nsenter call in container enter command. | Daniel Baumann | 1 | -1/+1 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2018-05-27 | Calling shell in container enter command directly, replacing ↵ | Daniel Baumann | 1 | -8/+1 | |
container-nsenter helper program. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2018-05-03 | Adding -v, --verbose option to container-create command to be used e.g. when ↵ | Daniel Baumann | 1 | -3/+20 | |
mass-creating new containers in a row. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2018-02-18 | Adding container remove --allow-stop option to override abort of running ↵ | Daniel Baumann | 1 | -4/+18 | |
containers and stop them prior removal. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2018-02-18 | Updating year in copyright information for 2018. | Daniel Baumann | 14 | -14/+14 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2018-01-19 | Adding message when creating bind mount directories in container start command. | Daniel Baumann | 1 | -2/+10 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2017-12-05 | Adding SPDX License Identifiers. | Daniel Baumann | 15 | -0/+30 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2017-10-31 | Adding sh shortcut for shell format in container list command. | Daniel Baumann | 1 | -1/+1 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2017-10-27 | Removing fallback TERM in container list, not needed anymore. | Daniel Baumann | 1 | -2/+0 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2017-10-13 | Removing some dead code in network-veth-extra handling. | Daniel Baumann | 2 | -14/+7 | |
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> | |||||
2017-10-13 | Using iproute instead of bridge-utils to setup bridges. | Daniel Baumann | 1 | -2/+2 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2017-10-13 | Using iproute instead of net-tools to setup interfaces. | Daniel Baumann | 1 | -4/+4 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2017-10-06 | Using linux as fallback TERM in container list command. | Daniel Baumann | 1 | -0/+2 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2017-07-23 | Adding container key command. | Daniel Baumann | 1 | -0/+149 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2017-07-22 | Adding interface max length check in container start command. | Daniel Baumann | 1 | -0/+10 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2017-07-22 | Fixing spelling typo in 'bandwidth'. | Simon Spöhel | 2 | -18/+18 | |
Signed-off-by: Simon Spöhel <simon.spoehel@open-infrastructure.net> Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2017-07-01 | Avoid removing top-level directories when cleaning up bind mounts in ↵ | Daniel Baumann | 2 | -8/+47 | |
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> | |||||
2017-06-30 | Correcting boolean typo when checking for existence of new container in ↵ | Daniel Baumann | 1 | -1/+1 | |
container move command, thanks to Simon Spöhel <simon.spoehel@open-infrastructure.net>. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2017-06-29 | Allow cnt.auto=force-true to enforce startup of a locked container at system ↵ | Daniel Baumann | 1 | -1/+6 | |
startup. Use case: start specific containers automatically after e.g. a power loss of the container server. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2017-06-29 | Adjusting container list outout for container top command. | Daniel Baumann | 1 | -2/+2 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2017-06-29 | Adding new container top command. | Daniel Baumann | 1 | -0/+113 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> |