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