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