summaryrefslogtreecommitdiffstats
path: root/lib (unfollow)
Commit message (Expand)AuthorFilesLines
2016-06-14Adding option to list only container that are not enable for automatic start ...Daniel Baumann1-24/+60
2016-06-14Using UTF-8 symbols for container status.Daniel Baumann1-9/+9
2016-06-14Showing local containers in container list command only.Daniel Baumann1-2/+29
2016-06-14Correcting aligning in container list command.Daniel Baumann1-1/+1
2016-06-14Correcting container list command to list container without IP adresses.Daniel Baumann1-2/+2
2016-06-14Excluding container-tools and .container-tools in /var/lib/machines as specia...Daniel Baumann1-1/+1
2016-06-14Silencing error message in container list command if machine directory is not...Daniel Baumann1-1/+1
2016-06-03Guessing default container script from /usr/share/container-tools/scripts/def...Daniel Baumann1-4/+27
2016-06-03Using safety measures of rm when removing containers because of (potentially)...Daniel Baumann1-1/+1
2016-06-03Removing empty source directory of bind mounts in container stop command.Daniel Baumann1-1/+16
2016-06-03Reworking container-autostart program into container auto command.Daniel Baumann2-6/+96
2016-05-18Adjusting output of additional IP addresses in container list command.Daniel Baumann1-6/+48
2016-05-18Using systemd to cleanup network interfaces after the container has been stop...Nik Lutz1-22/+39
2016-05-18Using systemctl to start containers.Nik Lutz1-11/+42
2016-05-18Swaping parsing order of NETWORK_VETH_EXTRA and NETWORK_BRIDGES.Nik Lutz1-19/+19
2016-05-18Replacing systemd-nspawn '--network-bridge=' with one config file per interfa...Nik Lutz2-7/+27
2016-05-18Removing network interface configuration in /etc/network/interfaces.d after c...Nik Lutz1-0/+22
2016-05-18Using systemd-nspawn '--network-veth-extra=' instead of '--network-veth' (pre...Nik Lutz2-8/+19
2016-05-06Excluding snapshot directories for cephfs and netapp in container list command.Daniel Baumann1-1/+1
2016-05-06Adding short and full list format to container list command.Daniel Baumann1-18/+136
2016-04-16Renaming container stop command option -k, --kill to -f, --force for consiste...Daniel Baumann1-6/+6
2016-04-16Excluding lost+found directory in container list command.Daniel Baumann1-1/+1
2016-03-31Updating comments in commands.Daniel Baumann9-9/+9
2016-03-31Making removal message and answer handling of container remove command more u...Daniel Baumann1-2/+4
2016-03-31Updating year in copyright notices in container commands.Daniel Baumann9-9/+9
2016-03-31Adding debconf script.Daniel Baumann1-1/+1
2016-03-31Adding blockio, cpu, memory and tasks limit config options.Daniel Baumann1-1/+74
2016-03-31Adding capability and drop-capability config option.Daniel Baumann2-3/+39
2016-03-31Adding container limit command.Daniel Baumann1-0/+187
2016-03-31Adding container-autostart program.Daniel Baumann1-4/+12
2016-03-31Adding native ARM architecture support in container start command.Daniel Baumann1-6/+25
2016-03-12Adding container commands.Daniel Baumann8-0/+818