summaryrefslogtreecommitdiffstats
path: root/share (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Changing installation of systemd support packages to workaround systemd-shim ↵Daniel Baumann2016-10-251-2/+5
| | | | | | failures in debootstrap. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding -v, --verbose option to container remove command.Daniel Baumann2016-08-041-0/+3
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding support for user namespace.Daniel Baumann2016-08-041-0/+1
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Sorting container configuration file.Daniel Baumann2016-08-041-1/+1
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Calling container-nsenter program from container enter command.Daniel Baumann2016-08-041-4/+1
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding -f, --force option to container start command to remove stray lock files.Daniel Baumann2016-08-041-0/+3
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding host system based overlay mounts.Daniel Baumann2016-08-045-0/+55
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Updating name in container-status manpage.Daniel Baumann2016-08-041-1/+1
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding reference to container-status command in container manpage.Daniel Baumann2016-08-041-0/+3
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Trimming usage example to basic commands only in container-tools manpage.Daniel Baumann2016-08-041-12/+2
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding bash-completion for container status command.Daniel Baumann2016-07-011-0/+20
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding container-status command.Simon Spöhel2016-07-011-0/+72
| | | | | Signed-off-by: Simon Spöhel <simon.spoehel@open-infrastructure.net> Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Correcting spelling typo in HOST-SETUP.txt.Philipp Plüss2016-07-011-1/+1
| | | | | Signed-off-by: Philipp Plüss <philipp.pluess@bfh.ch> Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Creating machines directory in container create scripts if it's not already ↵Daniel Baumann2016-07-012-0/+3
| | | | | | existing. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding section about known limitations to container-tools manpage.Daniel Baumann2016-07-011-0/+6
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Updating depends to install in container-tools manpage.Daniel Baumann2016-07-011-1/+1
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding asciicast introduction.Daniel Baumann2016-07-012-0/+137
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Always writing cnt.auto= default values to configuration files in debconf ↵Daniel Baumann2016-07-011-6/+8
| | | | | | container create script. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Correcting local commands extraction in container bash-completion.Daniel Baumann2016-07-011-1/+1
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Looking up container create scripts dynamically in container bash-completion.Daniel Baumann2016-07-011-1/+1
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Harmonizing head comments in container bash-completion.Daniel Baumann2016-07-011-1/+3
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Using tabs instead of spaces for indentation in container bash-completion.Daniel Baumann2016-07-011-219/+220
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Updating bash-completion for container remove command.Andreas Kreuzer2016-07-011-1/+1
| | | | | Signed-off-by: Andreas Kreuzer <andreas.kreuzer@open-infrastructure.net> Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Updating bash-completion for format parameter in container list command.Andreas Kreuzer2016-07-011-0/+5
| | | | | Signed-off-by: Andreas Kreuzer <andreas.kreuzer@open-infrastructure.net> Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Updating bash-completion for container list command.Andreas Kreuzer2016-07-011-1/+1
| | | | | Signed-off-by: Andreas Kreuzer <andreas.kreuzer@open-infrastructure.net> Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding bash-completion for container enter command.Andreas Kreuzer2016-07-011-0/+20
| | | | | Signed-off-by: Andreas Kreuzer <andreas.kreuzer@open-infrastructure.net> Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Correcting container list manpage.Andreas Kreuzer2016-07-011-1/+1
| | | | | Signed-off-by: Andreas Kreuzer <andreas.kreuzer@open-infrastructure.net> Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Fixing bash-completion.Andreas Kreuzer2016-07-012-215/+215
| | | | | Signed-off-by: Andreas Kreuzer <andreas.kreuzer@open-infrastructure.net> Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Updating Git URL in installation instructions.Daniel Baumann2016-07-011-1/+1
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Updating references to bug tracking system.Daniel Baumann2016-07-0116-17/+17
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding container enter command.Daniel Baumann2016-07-013-0/+81
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Showing only local containers by default in container list command.Daniel Baumann2016-07-011-4/+10
| | | | 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-141-0/+3
| | | | | | on the current system in container list command. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding bash-completion.Andreas Kreuzer2016-06-141-0/+215
| | | | | Signed-off-by: Andreas Kreuzer <andreas.kreuzer@open-infrastructure.net> 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-141-0/+3
| | | | 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>
* Updating vcs links in container-tools manpage.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>
* Adding documentation key in systemd unit files.Daniel Baumann2016-06-142-0/+2
| | | | 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-031-1/+3
| | | | | | /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>
* 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>