Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-10-25 | Removing container rename command for LTS version. | Daniel Baumann | 1 | -162/+0 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-10-25 | Removing -f|--force option in container stop command for LTS version. | Daniel Baumann | 1 | -17/+3 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-10-25 | Removing container limit command for LTS version. | Daniel Baumann | 1 | -186/+0 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-10-25 | Removing container enter command for LTS version. | Daniel Baumann | 1 | -102/+0 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-08-04 | Adding -v, --verbose option to container remove command. | Daniel Baumann | 1 | -5/+20 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-08-04 | Adding support for user namespace. | Daniel Baumann | 2 | -0/+13 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-08-04 | Sorting container configuration file. | Daniel Baumann | 2 | -13/+13 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-08-04 | Calling container-nsenter program from container enter command. | Daniel Baumann | 1 | -3/+9 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-08-04 | Adding -f, --force option to container start command to remove stray lock files. | Daniel Baumann | 1 | -5/+18 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-08-04 | Adding error message in container start command if container is locked. | Daniel Baumann | 1 | -0/+6 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-08-04 | Adding host system based overlay mounts. | Daniel Baumann | 3 | -2/+75 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-08-04 | Changing container-status command to always show full output. | Simon Spöhel | 1 | -1/+1 | |
Signed-off-by: Simon Spöhel <simon.spoehel@open-infrastructure.net> Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-08-04 | Dropping lxc ignore in container list command. | Daniel Baumann | 1 | -6/+0 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-07-01 | Adding container-status command. | Simon Spöhel | 1 | -0/+82 | |
Signed-off-by: Simon Spöhel <simon.spoehel@open-infrastructure.net> Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-07-01 | Using global path definition in container version command for consistency. | Daniel Baumann | 1 | -1/+3 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-07-01 | Using global path definition in container create command for consistency. | Daniel Baumann | 1 | -5/+6 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-07-01 | Correcting bind mount directory removal in container remove command to work ↵ | Daniel Baumann | 1 | -4/+10 | |
with multiple directories at once. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-07-01 | Correcting bind mount directory creation in container create command to work ↵ | Daniel Baumann | 1 | -8/+9 | |
with multiple directories at once. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-07-01 | Adding container rename command. | Daniel Baumann | 1 | -0/+162 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-07-01 | Harmonizing defintions of long and short options in getopt code of container ↵ | Daniel Baumann | 10 | -20/+18 | |
commands. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-07-01 | Creating non-existing source directory for bind mounts automatically in ↵ | Daniel Baumann | 1 | -5/+1 | |
container start command. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-07-01 | Adding container enter command. | Daniel Baumann | 1 | -0/+97 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-07-01 | Showing only local containers by default in container list command. | Daniel Baumann | 1 | -127/+52 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-06-14 | Adding option to list only container that are not enable for automatic start ↵ | Daniel Baumann | 1 | -24/+60 | |
on the current system in container list command. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-06-14 | Using UTF-8 symbols for container status. | Daniel Baumann | 1 | -9/+9 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-06-14 | Showing local containers in container list command only. | Daniel Baumann | 1 | -2/+29 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-06-14 | Correcting aligning in container list command. | Daniel Baumann | 1 | -1/+1 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-06-14 | Correcting container list command to list container without IP adresses. | Daniel Baumann | 1 | -2/+2 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-06-14 | Excluding container-tools and .container-tools in /var/lib/machines as ↵ | Daniel Baumann | 1 | -1/+1 | |
special directories to allow all container-tools ressources to be places on shared storage. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-06-14 | Silencing error message in container list command if machine directory is ↵ | Daniel Baumann | 1 | -1/+1 | |
not readable. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-06-03 | Guessing default container script from ↵ | Daniel Baumann | 1 | -4/+27 | |
/usr/share/container-tools/scripts/default symlink (if existing). Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-06-03 | Using safety measures of rm when removing containers because of ↵ | Daniel Baumann | 1 | -1/+1 | |
(potentially) active bind mounts. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-06-03 | Removing empty source directory of bind mounts in container stop command. | Daniel Baumann | 1 | -1/+16 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-06-03 | Reworking container-autostart program into container auto command. | Daniel Baumann | 2 | -6/+96 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-05-18 | Adjusting output of additional IP addresses in container list command. | Daniel Baumann | 1 | -6/+48 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-05-18 | Using systemd to cleanup network interfaces after the container has been ↵ | Nik Lutz | 1 | -22/+39 | |
stopped. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-05-18 | Using systemctl to start containers. | Nik Lutz | 1 | -11/+42 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-05-18 | Swaping parsing order of NETWORK_VETH_EXTRA and NETWORK_BRIDGES. | Nik Lutz | 1 | -19/+19 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-05-18 | Replacing systemd-nspawn '--network-bridge=' with one config file per ↵ | Nik Lutz | 2 | -7/+27 | |
interface in /etc/network/interfaces.d. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-05-18 | Removing network interface configuration in /etc/network/interfaces.d after ↵ | Nik Lutz | 1 | -0/+22 | |
container stop. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-05-18 | Using systemd-nspawn '--network-veth-extra=' instead of '--network-veth' ↵ | Nik Lutz | 2 | -8/+19 | |
(prerequisite for multiple network interface support per container). Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-05-06 | Excluding snapshot directories for cephfs and netapp in container list command. | Daniel Baumann | 1 | -1/+1 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-05-06 | Adding short and full list format to container list command. | Daniel Baumann | 1 | -18/+136 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-04-16 | Renaming container stop command option -k, --kill to -f, --force for ↵ | Daniel Baumann | 1 | -6/+6 | |
consistency. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-04-16 | Excluding lost+found directory in container list command. | Daniel Baumann | 1 | -1/+1 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-03-31 | Updating comments in commands. | Daniel Baumann | 9 | -9/+9 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-03-31 | Making removal message and answer handling of container remove command more ↵ | Daniel Baumann | 1 | -2/+4 | |
userfriendly. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-03-31 | Updating year in copyright notices in container commands. | Daniel Baumann | 9 | -9/+9 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-03-31 | Adding debconf script. | Daniel Baumann | 1 | -1/+1 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-03-31 | Adding blockio, cpu, memory and tasks limit config options. | Daniel Baumann | 1 | -1/+74 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> |