Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-02-09 | Updating copyright notices for 2021. | Daniel Baumann | 15 | -15/+15 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2020-10-30 | Cleaning up and harmonizing verbose output for container remove, restart, ↵ | Daniel Baumann | 4 | -31/+73 | |
start, and stop commands. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2020-10-30 | Adding container run command to execute programs within containers. | Daniel Baumann | 1 | -0/+127 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2020-10-30 | Adding one more awk optimizations in container stop command. | Daniel Baumann | 1 | -1/+1 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2020-10-30 | Adding awk optimizations in configuration file handling. | Katharina Drexel | 8 | -39/+39 | |
Signed-off-by: Katharina Drexel <katharina.drexel@bfh.ch> | |||||
2020-10-30 | Adding overlay options to container start command. | Katharina Drexel | 1 | -1/+11 | |
Signed-off-by: Katharina Drexel <katharina.drexel@bfh.ch> Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2020-10-30 | Adding overlay options to container create command. | Katharina Drexel | 1 | -2/+8 | |
Signed-off-by: Katharina Drexel <katharina.drexel@bfh.ch> Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2020-09-22 | Adding missing colon in container create commands '--script' option. | Daniel Baumann | 1 | -1/+1 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2020-09-22 | Correcting wrong usages of new and old container names in container move ↵ | Daniel Baumann | 1 | -4/+4 | |
command, thanks to Katharina Drexel <katharina.drexel@bfh.ch> for discovering it. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2020-08-28 | Fixing one more occurence of wrong tr usage in container move command. | Daniel Baumann | 1 | -1/+1 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2020-08-28 | Fixing 'cnt remove' error when executed in directory ↵ | Katharina Drexel | 1 | -1/+1 | |
/usr/lib/open-infrastructure/container. Signed-off-by: Katharina Drexel <katharina.drexel@bfh.ch> Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2020-04-28 | Adding run comment in version command. | Daniel Baumann | 1 | -0/+1 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
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> |