summaryrefslogtreecommitdiffstats
path: root/lib/container/remove (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-02-23Renaming container-tools to compute-tools.Daniel Baumann1-7/+8
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
2019-02-17Adding verbose output when using '-n ALL' options with container commands.Daniel Baumann1-0/+6
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
2019-02-17Updating year in copyright notices to 2019.Daniel Baumann1-1/+1
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
2018-05-27Adding 'ALL' as pseudo container name for container start, stop, restart, ↵Daniel Baumann1-0/+21
and remove commands to act on all available container respectivly. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
2018-05-27Correcting typo in verbose option handling of container remove command.Daniel Baumann1-1/+1
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
2018-02-18Adding container remove --allow-stop option to override abort of running ↵Daniel Baumann1-4/+18
containers and stop them prior removal. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
2018-02-18Updating year in copyright information for 2018.Daniel Baumann1-1/+1
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
2017-12-05Adding SPDX License Identifiers.Daniel Baumann1-0/+2
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
2017-07-01Avoid removing top-level directories when cleaning up bind mounts in ↵Daniel Baumann1-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-03Adding support for bind-ro nspawn option for read-only bind mounts.Daniel Baumann1-1/+16
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
2017-01-04Updating year in copyright information for 2017.Daniel Baumann1-1/+1
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
2016-12-11Enabling pre and post hooks in container commands.Daniel Baumann1-0/+19
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
2016-11-25Renaming too generic internal getopt variables to avoid possible collisions ↵Daniel Baumann1-3/+3
in the future. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
2016-11-12Fail to find container in remove command only when both the rootfs and the ↵Daniel Baumann1-1/+1
config are gone already. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
2016-08-04Adding -v, --verbose option to container remove command.Daniel Baumann1-5/+20
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
2016-07-01Correcting bind mount directory removal in container remove command to work ↵Daniel Baumann1-4/+10
with multiple directories at once. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
2016-07-01Harmonizing defintions of long and short options in getopt code of container ↵Daniel Baumann1-2/+2
commands. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
2016-06-03Using safety measures of rm when removing containers because of ↵Daniel Baumann1-1/+1
(potentially) active bind mounts. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
2016-03-31Updating comments in commands.Daniel Baumann1-1/+1
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
2016-03-31Making removal message and answer handling of container remove command more ↵Daniel Baumann1-2/+4
userfriendly. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
2016-03-31Updating year in copyright notices in container commands.Daniel Baumann1-1/+1
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
2016-03-12Adding container commands.Daniel Baumann1-0/+129
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>