summaryrefslogtreecommitdiffstats
path: root/lib/container (unfollow)
Commit message (Expand)AuthorFilesLines
2019-03-02Removing a few fixmes that are not needed anymore.Daniel Baumann2-3/+1
2019-03-02Removing limit command until its completly tested.Daniel Baumann2-294/+10
2019-03-02Removing key command until its completly tested.Daniel Baumann1-152/+0
2019-02-23Adding a end message in container create command.Daniel Baumann1-0/+3
2019-02-23Using hostname fallback if FQDN is not set.Daniel Baumann4-4/+4
2019-02-23Renaming container-tools to compute-tools.Daniel Baumann16-79/+96
2019-02-18Adding container log command.Daniel Baumann1-0/+144
2019-02-17Adding verbose output when using '-n ALL' options with container commands.Daniel Baumann4-0/+24
2019-02-17Updating year in copyright notices to 2019.Daniel Baumann14-14/+14
2018-07-17Also allowing symlinks for containers, requires systemd 233 or newer (see #80...Daniel Baumann1-1/+1
2018-06-25Dropping untested arm64 specific settings in container start command.Daniel Baumann1-12/+0
2018-05-27Adding check in container create command to not create any container named 'A...Daniel Baumann1-0/+7
2018-05-27Adding 'ALL' as pseudo container name for container start, stop, restart, and...Daniel Baumann4-0/+73
2018-05-27Correcting typo in verbose option handling of container remove command.Daniel Baumann1-1/+1
2018-05-27Setting dummy SSH_CLIENT variable during container enter to enable conditiona...Daniel Baumann1-0/+8
2018-05-27Adding missing command variable in some container commands.Daniel Baumann2-0/+4
2018-05-27Correcting and simplifying nsenter call in container enter command.Daniel Baumann1-1/+1
2018-05-27Calling shell in container enter command directly, replacing container-nsente...Daniel Baumann1-8/+1
2018-05-03Adding -v, --verbose option to container-create command to be used e.g. when ...Daniel Baumann1-3/+20
2018-02-18Adding container remove --allow-stop option to override abort of running cont...Daniel Baumann1-4/+18
2018-02-18Updating year in copyright information for 2018.Daniel Baumann14-14/+14
2018-01-19Adding message when creating bind mount directories in container start command.Daniel Baumann1-2/+10
2017-12-05Adding SPDX License Identifiers.Daniel Baumann15-0/+30
2017-10-31Adding sh shortcut for shell format in container list command.Daniel Baumann1-1/+1
2017-10-27Removing fallback TERM in container list, not needed anymore.Daniel Baumann1-2/+0
2017-10-13Removing some dead code in network-veth-extra handling.Daniel Baumann2-14/+7
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-10-06Using linux as fallback TERM in container list command.Daniel Baumann1-0/+2
2017-07-23Adding container key command.Daniel Baumann1-0/+149
2017-07-22Adding interface max length check in container start command.Daniel Baumann1-0/+10
2017-07-22Fixing spelling typo in 'bandwidth'.Simon Spöhel2-18/+18
2017-07-01Avoid removing top-level directories when cleaning up bind mounts in containe...Daniel Baumann2-8/+47
2017-06-30Correcting boolean typo when checking for existence of new container in conta...Daniel Baumann1-1/+1
2017-06-29Allow cnt.auto=force-true to enforce startup of a locked container at system ...Daniel Baumann1-1/+6
2017-06-29Adjusting container list outout for container top command.Daniel Baumann1-2/+2
2017-06-29Adding new container top command.Daniel Baumann1-0/+113
2017-06-29Using more systemd-ish status symbols in container list command.Daniel Baumann1-2/+2
2017-06-29Executing auto commands only when cnt.auto=true and cnt.container-server matc...Daniel Baumann1-1/+1
2017-06-29Renaming cnt.auto to cnt.container-server in order to split functionality of ...Daniel Baumann3-7/+13
2017-05-10Correcting bind-ro option handling to actually work.Daniel Baumann1-1/+1
2017-05-09Updating list of excluded directory names in container list command.Daniel Baumann1-1/+1
2017-05-09Adding missing bind-ro handling in container create command, thanks to Simon ...Daniel Baumann1-0/+1
2017-04-03Adding support for bind-ro nspawn option for read-only bind mounts.Daniel Baumann5-7/+103
2017-01-04Adding -f, --force option in container auto command.Daniel Baumann1-4/+17
2017-01-04Updating year in copyright information for 2017.Daniel Baumann12-12/+12
2016-12-20Handling unreadable container directory properly in container list command.Daniel Baumann1-1/+4
2016-12-13Fixing suffix in nwdiag output in container list command.Daniel Baumann1-0/+9
2016-12-11Enabling pre and post hooks in container commands.Daniel Baumann13-0/+254
2016-12-11Adding XML export format to container list command.Daniel Baumann1-0/+33