Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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 | 1 | -1/+1 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2017-12-05 | Adding SPDX License Identifiers. | Daniel Baumann | 1 | -0/+2 | |
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 | 1 | -2/+23 | |
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-04-03 | Adding support for bind-ro nspawn option for read-only bind mounts. | Daniel Baumann | 1 | -1/+16 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2017-01-04 | Updating year in copyright information for 2017. | Daniel Baumann | 1 | -1/+1 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-12-11 | Enabling pre and post hooks in container commands. | Daniel Baumann | 1 | -0/+19 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-11-25 | Renaming too generic internal getopt variables to avoid possible collisions ↵ | Daniel Baumann | 1 | -3/+3 | |
in the future. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-11-12 | Fail to find container in remove command only when both the rootfs and the ↵ | Daniel Baumann | 1 | -1/+1 | |
config are gone already. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-08-04 | Adding -v, --verbose option to container remove command. | Daniel Baumann | 1 | -5/+20 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-07-01 | Correcting bind mount directory removal in container remove command to work ↵ | Daniel Baumann | 1 | -4/+10 | |
with multiple directories at once. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-07-01 | Harmonizing defintions of long and short options in getopt code of container ↵ | Daniel Baumann | 1 | -2/+2 | |
commands. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-06-03 | Using safety measures of rm when removing containers because of ↵ | Daniel Baumann | 1 | -1/+1 | |
(potentially) active bind mounts. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-03-31 | Updating comments in commands. | Daniel Baumann | 1 | -1/+1 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-03-31 | Making removal message and answer handling of container remove command more ↵ | Daniel Baumann | 1 | -2/+4 | |
userfriendly. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-03-31 | Updating year in copyright notices in container commands. | Daniel Baumann | 1 | -1/+1 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-03-12 | Adding container commands. | Daniel Baumann | 1 | -0/+129 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> |