summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Adding check in container create command to not create any container named 'A...Daniel Baumann2018-05-271-0/+7
* Adding 'ALL' as pseudo container name for container start, stop, restart, and...Daniel Baumann2018-05-274-0/+73
* Correcting typo in verbose option handling of container remove command.Daniel Baumann2018-05-271-1/+1
* Setting dummy SSH_CLIENT variable during container enter to enable conditiona...Daniel Baumann2018-05-271-0/+8
* Adding missing command variable in some container commands.Daniel Baumann2018-05-272-0/+4
* Correcting and simplifying nsenter call in container enter command.Daniel Baumann2018-05-271-1/+1
* Calling shell in container enter command directly, replacing container-nsente...Daniel Baumann2018-05-271-8/+1
* Adding -v, --verbose option to container-create command to be used e.g. when ...Daniel Baumann2018-05-031-3/+20
* Adding container remove --allow-stop option to override abort of running cont...Daniel Baumann2018-02-181-4/+18
* Updating year in copyright information for 2018.Daniel Baumann2018-02-1814-14/+14
* Adding message when creating bind mount directories in container start command.Daniel Baumann2018-01-191-2/+10
* Adding SPDX License Identifiers.Daniel Baumann2017-12-0515-0/+30
* Adding sh shortcut for shell format in container list command.Daniel Baumann2017-10-311-1/+1
* Removing fallback TERM in container list, not needed anymore.Daniel Baumann2017-10-271-2/+0
* Removing some dead code in network-veth-extra handling.Daniel Baumann2017-10-132-14/+7
* Using iproute instead of bridge-utils to setup bridges.Daniel Baumann2017-10-131-2/+2
* Using iproute instead of net-tools to setup interfaces.Daniel Baumann2017-10-131-4/+4
* Using linux as fallback TERM in container list command.Daniel Baumann2017-10-061-0/+2
* Adding container key command.Daniel Baumann2017-07-231-0/+149
* Adding interface max length check in container start command.Daniel Baumann2017-07-221-0/+10
* Fixing spelling typo in 'bandwidth'.Simon Spöhel2017-07-222-18/+18
* Avoid removing top-level directories when cleaning up bind mounts in containe...Daniel Baumann2017-07-012-8/+47
* Correcting boolean typo when checking for existence of new container in conta...Daniel Baumann2017-06-301-1/+1
* Allow cnt.auto=force-true to enforce startup of a locked container at system ...Daniel Baumann2017-06-291-1/+6
* Adjusting container list outout for container top command.Daniel Baumann2017-06-291-2/+2
* Adding new container top command.Daniel Baumann2017-06-291-0/+113
* Using more systemd-ish status symbols in container list command.Daniel Baumann2017-06-291-2/+2
* Executing auto commands only when cnt.auto=true and cnt.container-server matc...Daniel Baumann2017-06-291-1/+1
* Renaming cnt.auto to cnt.container-server in order to split functionality of ...Daniel Baumann2017-06-293-7/+13
* Correcting bind-ro option handling to actually work.Daniel Baumann2017-05-101-1/+1
* Updating list of excluded directory names in container list command.Daniel Baumann2017-05-091-1/+1
* Adding missing bind-ro handling in container create command, thanks to Simon ...Daniel Baumann2017-05-091-0/+1
* Adding support for bind-ro nspawn option for read-only bind mounts.Daniel Baumann2017-04-035-7/+103
* Adding -f, --force option in container auto command.Daniel Baumann2017-01-041-4/+17
* Updating year in copyright information for 2017.Daniel Baumann2017-01-0412-12/+12
* Handling unreadable container directory properly in container list command.Daniel Baumann2016-12-201-1/+4
* Fixing suffix in nwdiag output in container list command.Daniel Baumann2016-12-131-0/+9
* Enabling pre and post hooks in container commands.Daniel Baumann2016-12-1113-0/+254
* Adding XML export format to container list command.Daniel Baumann2016-12-111-0/+33
* Adding YAML export format to container list command.Daniel Baumann2016-12-111-0/+24
* Adding nwdiag export format to container list command.Daniel Baumann2016-12-111-2/+85
* Adding JSON export format to container list command.Daniel Baumann2016-12-111-0/+36
* Adding CSV export format to container list command.Daniel Baumann2016-12-111-2/+24
* Removing half-finished multi-address handling in container list command.Daniel Baumann2016-12-111-20/+6
* Renaming short format in container list command to shell for consistency.Daniel Baumann2016-12-111-7/+1
* Renaming full format in container list command to cli for consistency.Daniel Baumann2016-12-111-4/+4
* Sorting format code in container list command.Daniel Baumann2016-12-111-4/+4
* Adding trailing line in full format for container list command.Daniel Baumann2016-12-111-0/+13
* Renaming internal show function in container list command for consistency.Daniel Baumann2016-12-111-23/+23
* Completing usage message in container list command.Daniel Baumann2016-12-111-1/+1