summaryrefslogtreecommitdiffstats
path: root/lib/container (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Removing empty source directory of bind mounts in container stop command.Daniel Baumann2016-06-031-1/+16
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Reworking container-autostart program into container auto command.Daniel Baumann2016-06-032-6/+96
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adjusting output of additional IP addresses in container list command.Daniel Baumann2016-05-181-6/+48
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Using systemd to cleanup network interfaces after the container has been ↵Nik Lutz2016-05-181-22/+39
| | | | | | stopped. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Using systemctl to start containers.Nik Lutz2016-05-181-11/+42
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Swaping parsing order of NETWORK_VETH_EXTRA and NETWORK_BRIDGES.Nik Lutz2016-05-181-19/+19
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Replacing systemd-nspawn '--network-bridge=' with one config file per ↵Nik Lutz2016-05-182-7/+27
| | | | | | interface in /etc/network/interfaces.d. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Removing network interface configuration in /etc/network/interfaces.d after ↵Nik Lutz2016-05-181-0/+22
| | | | | | container stop. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Using systemd-nspawn '--network-veth-extra=' instead of '--network-veth' ↵Nik Lutz2016-05-182-8/+19
| | | | | | (prerequisite for multiple network interface support per container). Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Excluding snapshot directories for cephfs and netapp in container list command.Daniel Baumann2016-05-061-1/+1
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding short and full list format to container list command.Daniel Baumann2016-05-061-18/+136
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Renaming container stop command option -k, --kill to -f, --force for ↵Daniel Baumann2016-04-161-6/+6
| | | | | | consistency. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Excluding lost+found directory in container list command.Daniel Baumann2016-04-161-1/+1
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Updating comments in commands.Daniel Baumann2016-03-319-9/+9
| | | | 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-319-9/+9
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding debconf script.Daniel Baumann2016-03-311-1/+1
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding blockio, cpu, memory and tasks limit config options.Daniel Baumann2016-03-311-1/+74
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding capability and drop-capability config option.Daniel Baumann2016-03-312-3/+39
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding container limit command.Daniel Baumann2016-03-311-0/+187
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding container-autostart program.Daniel Baumann2016-03-311-4/+12
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding native ARM architecture support in container start command.Daniel Baumann2016-03-311-6/+25
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding container commands.Daniel Baumann2016-03-128-0/+818
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>