summaryrefslogtreecommitdiffstats
path: root/lib/container/remove (unfollow)
Commit message (Collapse)AuthorFilesLines
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>