| Commit message (Expand) | Author | Age | Files | Lines |
* | Adding container-status command. | Simon Spöhel | 2016-07-01 | 1 | -0/+82 |
* | Using global path definition in container version command for consistency. | Daniel Baumann | 2016-07-01 | 1 | -1/+3 |
* | Using global path definition in container create command for consistency. | Daniel Baumann | 2016-07-01 | 1 | -5/+6 |
* | Correcting bind mount directory removal in container remove command to work w... | Daniel Baumann | 2016-07-01 | 1 | -4/+10 |
* | Correcting bind mount directory creation in container create command to work ... | Daniel Baumann | 2016-07-01 | 1 | -8/+9 |
* | Adding container rename command. | Daniel Baumann | 2016-07-01 | 1 | -0/+162 |
* | Harmonizing defintions of long and short options in getopt code of container ... | Daniel Baumann | 2016-07-01 | 10 | -20/+18 |
* | Creating non-existing source directory for bind mounts automatically in conta... | Daniel Baumann | 2016-07-01 | 1 | -5/+1 |
* | Adding container enter command. | Daniel Baumann | 2016-07-01 | 1 | -0/+97 |
* | Showing only local containers by default in container list command. | Daniel Baumann | 2016-07-01 | 1 | -127/+52 |
* | Adding option to list only container that are not enable for automatic start ... | Daniel Baumann | 2016-06-14 | 1 | -24/+60 |
* | Using UTF-8 symbols for container status. | Daniel Baumann | 2016-06-14 | 1 | -9/+9 |
* | Showing local containers in container list command only. | Daniel Baumann | 2016-06-14 | 1 | -2/+29 |
* | Correcting aligning in container list command. | Daniel Baumann | 2016-06-14 | 1 | -1/+1 |
* | Correcting container list command to list container without IP adresses. | Daniel Baumann | 2016-06-14 | 1 | -2/+2 |
* | Excluding container-tools and .container-tools in /var/lib/machines as specia... | Daniel Baumann | 2016-06-14 | 1 | -1/+1 |
* | Silencing error message in container list command if machine directory is not... | Daniel Baumann | 2016-06-14 | 1 | -1/+1 |
* | Guessing default container script from /usr/share/container-tools/scripts/def... | Daniel Baumann | 2016-06-03 | 1 | -4/+27 |
* | Using safety measures of rm when removing containers because of (potentially)... | Daniel Baumann | 2016-06-03 | 1 | -1/+1 |
* | Removing empty source directory of bind mounts in container stop command. | Daniel Baumann | 2016-06-03 | 1 | -1/+16 |
* | Reworking container-autostart program into container auto command. | Daniel Baumann | 2016-06-03 | 2 | -6/+96 |
* | Adjusting output of additional IP addresses in container list command. | Daniel Baumann | 2016-05-18 | 1 | -6/+48 |
* | Using systemd to cleanup network interfaces after the container has been stop... | Nik Lutz | 2016-05-18 | 1 | -22/+39 |
* | Using systemctl to start containers. | Nik Lutz | 2016-05-18 | 1 | -11/+42 |
* | Swaping parsing order of NETWORK_VETH_EXTRA and NETWORK_BRIDGES. | Nik Lutz | 2016-05-18 | 1 | -19/+19 |
* | Replacing systemd-nspawn '--network-bridge=' with one config file per interfa... | Nik Lutz | 2016-05-18 | 2 | -7/+27 |
* | Removing network interface configuration in /etc/network/interfaces.d after c... | Nik Lutz | 2016-05-18 | 1 | -0/+22 |
* | Using systemd-nspawn '--network-veth-extra=' instead of '--network-veth' (pre... | Nik Lutz | 2016-05-18 | 2 | -8/+19 |
* | Excluding snapshot directories for cephfs and netapp in container list command. | Daniel Baumann | 2016-05-06 | 1 | -1/+1 |
* | Adding short and full list format to container list command. | Daniel Baumann | 2016-05-06 | 1 | -18/+136 |
* | Renaming container stop command option -k, --kill to -f, --force for consiste... | Daniel Baumann | 2016-04-16 | 1 | -6/+6 |
* | Excluding lost+found directory in container list command. | Daniel Baumann | 2016-04-16 | 1 | -1/+1 |
* | Updating comments in commands. | Daniel Baumann | 2016-03-31 | 9 | -9/+9 |
* | Making removal message and answer handling of container remove command more u... | Daniel Baumann | 2016-03-31 | 1 | -2/+4 |
* | Updating year in copyright notices in container commands. | Daniel Baumann | 2016-03-31 | 9 | -9/+9 |
* | Adding debconf script. | Daniel Baumann | 2016-03-31 | 1 | -1/+1 |
* | Adding blockio, cpu, memory and tasks limit config options. | Daniel Baumann | 2016-03-31 | 1 | -1/+74 |
* | Adding capability and drop-capability config option. | Daniel Baumann | 2016-03-31 | 2 | -3/+39 |
* | Adding container limit command. | Daniel Baumann | 2016-03-31 | 1 | -0/+187 |
* | Adding container-autostart program. | Daniel Baumann | 2016-03-31 | 1 | -4/+12 |
* | Adding native ARM architecture support in container start command. | Daniel Baumann | 2016-03-31 | 1 | -6/+25 |
* | Adding container commands. | Daniel Baumann | 2016-03-12 | 8 | -0/+818 |