summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Releasing version 20160615.v20160615Daniel Baumann2016-06-142-1/+9
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding option to list only container that are not enable for automatic start ↵Daniel Baumann2016-06-142-24/+63
| | | | | | on the current system in container list command. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding bash-completion.Andreas Kreuzer2016-06-142-0/+223
| | | | | Signed-off-by: Andreas Kreuzer <andreas.kreuzer@open-infrastructure.net> Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Using UTF-8 symbols for container status.Daniel Baumann2016-06-141-9/+9
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Switching default entries for cdn.archive.progress-linux.org to HTTPS.Daniel Baumann2016-06-142-4/+4
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Including systemd-sysv in default package selection of progress-linux ↵Daniel Baumann2016-06-141-2/+2
| | | | | | container create script to prevent pulling in systemd-shim and cgmanager. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Including apt-transport-https in default package selection of progress-linux ↵Daniel Baumann2016-06-141-1/+1
| | | | | | container create script. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Showing local containers in container list command only.Daniel Baumann2016-06-142-2/+32
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Correcting aligning in container list command.Daniel Baumann2016-06-141-1/+1
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Correcting container list command to list container without IP adresses.Daniel Baumann2016-06-141-2/+2
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Correcting limit manpage namespace.Andreas Kreuzer2016-06-141-3/+3
| | | | | Signed-off-by: Andreas Kreuzer <andreas.kreuzer@open-infrastructure.net> Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Excluding container-tools and .container-tools in /var/lib/machines as ↵Daniel Baumann2016-06-141-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 Baumann2016-06-141-1/+1
| | | | | | not readable. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Completing cleanup of directories in makefile uninstall target.Daniel Baumann2016-06-141-0/+4
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Making makefile more generic.Daniel Baumann2016-06-141-4/+4
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Updating vcs links in container-tools manpage.Daniel Baumann2016-06-141-2/+2
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Updating vcs links in readme.Daniel Baumann2016-06-141-2/+2
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Correcting typo in container-tools manpage.Daniel Baumann2016-06-141-1/+1
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Updating download links in container-tools manpage.Daniel Baumann2016-06-141-1/+4
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Updating download links in readme.Daniel Baumann2016-06-141-1/+4
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Correcting typo in readme.Daniel Baumann2016-06-141-1/+1
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding documentation key in systemd unit files.Daniel Baumann2016-06-142-0/+2
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Releasing version 20160601.v20160601Daniel Baumann2016-06-032-1/+17
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding auto field in debconf cairon-backports example preseed file.Daniel Baumann2016-06-031-0/+1
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding auto option to set automatic start in debconf script.Daniel Baumann2016-06-032-0/+14
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Using .cfg suffix for preseed files of debconf script for consistency.Daniel Baumann2016-06-031-2/+2
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Guessing default container script from ↵Daniel Baumann2016-06-032-5/+30
| | | | | | /usr/share/container-tools/scripts/default symlink (if existing). Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Correcting cleanup of temporary debconf files in debconf script.Daniel Baumann2016-06-031-3/+2
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Using safety measures of rm when removing containers because of ↵Daniel Baumann2016-06-031-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 Baumann2016-06-031-1/+16
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Mounting bind mounts for the duration of the debconf script.Daniel Baumann2016-06-031-0/+30
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding bind field in debconf cairon-backports example preseed file.Daniel Baumann2016-06-031-0/+1
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding bind option to bind mount directories in debconf script.Daniel Baumann2016-06-032-0/+8
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Replacing http links in manpages with https.Daniel Baumann2016-06-0314-28/+28
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Releasing version 20160515.v20160515Daniel Baumann2016-06-032-1/+28
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Reworking container-autostart program into container auto command.Daniel Baumann2016-06-038-42/+179
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Removing screen session handling in container-autostart program, containers ↵Daniel Baumann2016-05-181-17/+1
| | | | | | start in background by default now. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding veth field in debconf cairon-backports example preseed file.Daniel Baumann2016-05-181-0/+1
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Correcting typo in debconf jessie example preseed file.Daniel Baumann2016-05-181-1/+1
| | | | 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-182-22/+40
| | | | | | stopped. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Using systemctl to start containers.Nik Lutz2016-05-182-11/+53
| | | | 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-184-9/+32
| | | | | | interface in /etc/network/interfaces.d. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Using eth[0-9] instead of host[0-9] in containers /etc/network/interface.Nik Lutz2016-05-181-5/+5
| | | | 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-185-11/+47
| | | | | | (prerequisite for multiple network interface support per container). Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding veth name (cnt-debconf/network[0-9]/veth) configuration option to ↵Nik Lutz2016-05-182-0/+27
| | | | | | debconf script. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Fixing path argument of chmod for .container-command script in the debconf ↵Nik Lutz2016-05-181-1/+1
| | | | | | script. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Releasing version 20160501.v20160501Daniel Baumann2016-05-062-1/+8
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>