Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removing bind mounting of /var/cache/apt/archives during creation of the ↵ | Daniel Baumann | 2018-07-27 | 1 | -6/+0 |
| | | | | | | container, not really usefull anymore these days. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Adding support for multiple container and host commands in debconf container ↵ | Daniel Baumann | 2018-07-27 | 2 | -0/+69 |
| | | | | | | create script. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Adding reference to /var/cache/container-tools to container manpage. | Daniel Baumann | 2018-07-24 | 1 | -0/+3 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Also allowing symlinks for containers, requires systemd 233 or newer (see ↵ | Daniel Baumann | 2018-07-17 | 1 | -1/+1 |
| | | | | | | #805785). Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Dropping untested arm64 specific settings in container start command. | Daniel Baumann | 2018-06-25 | 1 | -12/+0 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Releasing version 20180527.v20180527 | Daniel Baumann | 2018-05-27 | 2 | -1/+20 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Adding check in container create command to not create any container named ↵ | Daniel Baumann | 2018-05-27 | 1 | -0/+7 |
| | | | | | | 'ALL'. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Adding 'ALL' as pseudo container name for container start, stop, restart, ↵ | Daniel Baumann | 2018-05-27 | 8 | -4/+89 |
| | | | | | | and remove commands to act on all available container respectivly. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Correcting typo in verbose option handling of container remove command. | Daniel Baumann | 2018-05-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Setting dummy SSH_CLIENT variable during container enter to enable ↵ | Daniel Baumann | 2018-05-27 | 1 | -0/+8 |
| | | | | | | conditional shell prompts such as powerline. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Adding missing command variable in some container commands. | Daniel Baumann | 2018-05-27 | 2 | -0/+4 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Updating author section in manpages. | Daniel Baumann | 2018-05-27 | 21 | -21/+21 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Improving comment in systemd container-auto.service description. | Daniel Baumann | 2018-05-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Improving comment in procps configuration. | Daniel Baumann | 2018-05-27 | 1 | -3/+4 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Clarify differences between container enter and console commands in manpages. | Daniel Baumann | 2018-05-27 | 2 | -0/+6 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Correcting and simplifying nsenter call in container enter command. | Daniel Baumann | 2018-05-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Calling shell in container enter command directly, replacing ↵ | Daniel Baumann | 2018-05-27 | 2 | -32/+1 |
| | | | | | | container-nsenter helper program. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Updating documentation for multiple commands in a row. | Daniel Baumann | 2018-05-27 | 1 | -0/+1 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Calling commands without exec to make multiple commands in a row work properly. | Daniel Baumann | 2018-05-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Releasing version 20180503.v20180503 | Daniel Baumann | 2018-05-03 | 2 | -1/+12 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Updating asciicast for asciinema version 2.0. | Daniel Baumann | 2018-05-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Updating bash-completion to also complete on preseed files in the first ↵ | Daniel Baumann | 2018-05-03 | 1 | -1/+1 |
| | | | | | | level of subdirectories of /etc/container-tools/debconf. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Adding quotes for consistency in bash-completion. | Daniel Baumann | 2018-05-03 | 1 | -11/+11 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Adding -v, --verbose option to container-create command to be used e.g. when ↵ | Daniel Baumann | 2018-05-03 | 3 | -4/+24 |
| | | | | | | mass-creating new containers in a row. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Removing suite reference in examples of container-create-debconf manpage. | Daniel Baumann | 2018-05-03 | 1 | -2/+2 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Releasing version 20180218.v20180218 | Daniel Baumann | 2018-02-18 | 2 | -1/+14 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Adding support for Debian testing/buster in debconf container create script. | Daniel Baumann | 2018-02-18 | 1 | -2/+6 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Always sorting preseed files starting with a capital letter first in debconf ↵ | Daniel Baumann | 2018-02-18 | 1 | -1/+1 |
| | | | | | | container create script, independent of systems locale. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Making container debconf create script aware of multiple subdirectories ↵ | Daniel Baumann | 2018-02-18 | 1 | -0/+9 |
| | | | | | | below /etc/container-tools/debconf for automatically selecting an existing and matching debconf file. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Making container debconf create script aware of multiple subdirectories ↵ | Daniel Baumann | 2018-02-18 | 1 | -2/+2 |
| | | | | | | below /etc/container-tools/debconf when showing the list of preseed files to the user. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Making pre-create.git-pull.sh hook to be aware of multiple subdirectories ↵ | Daniel Baumann | 2018-02-18 | 1 | -14/+19 |
| | | | | | | below /etc/container-tools/debconf for multi-site container debconf files. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Adding container remove --allow-stop option to override abort of running ↵ | Daniel Baumann | 2018-02-18 | 2 | -4/+24 |
| | | | | | | containers and stop them prior removal. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Updating year in copyright information for 2018. | Daniel Baumann | 2018-02-18 | 49 | -49/+49 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Releasing version 20180118.v20180118 | Daniel Baumann | 2018-01-19 | 2 | -1/+13 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Adding message when creating bind mount directories in container start command. | Daniel Baumann | 2018-01-19 | 1 | -2/+10 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Running host commands as last thing in debconf container create script in ↵ | Daniel Baumann | 2018-01-19 | 1 | -11/+13 |
| | | | | | | order to make it possible to change config files dynamically. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Adding note about vsyscall boot parameter in host-setup documentation. | Daniel Baumann | 2017-12-07 | 1 | -0/+9 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Automatically take default preseeding file from /etc/container-tools/debconf ↵ | Daniel Baumann | 2017-12-07 | 1 | -0/+5 |
| | | | | | | if available. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Automatically take matching preseeding files from /etc/container-tools/debconf. | Daniel Baumann | 2017-12-05 | 1 | -0/+6 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Adding SPDX License Identifiers. | Daniel Baumann | 2017-12-05 | 51 | -0/+102 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Releasing version 20171101.v20171101 | Daniel Baumann | 2017-11-01 | 2 | -1/+15 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Supporting using IP address parts of the container name in preseed files for ↵ | Daniel Baumann | 2017-11-01 | 2 | -0/+16 |
| | | | | | | | | | container debconf create script. This is usefull to automatically construct IP gateway addresses or veth interface names in a diff-friendly way. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Supporting using IP address from DNS lookup of the container name in preseed ↵ | Daniel Baumann | 2017-11-01 | 2 | -2/+32 |
| | | | | | | files for container debconf create script. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Avoiding to display .cfg extension for preseed files in container debconf ↵ | Daniel Baumann | 2017-11-01 | 1 | -2/+2 |
| | | | | | | create script. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Adding container create pre-hook that can be used to automatically git pull ↵ | Daniel Baumann | 2017-11-01 | 2 | -1/+41 |
| | | | | | | /etc/container-tools/debconf. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Adding ver shortcut for container version command in bash-completion. | Daniel Baumann | 2017-10-31 | 1 | -1/+1 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Adding sh shortcut for shell format in container list command. | Daniel Baumann | 2017-10-31 | 3 | -3/+4 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Adding con shortcut for container console command. | Daniel Baumann | 2017-10-31 | 2 | -1/+2 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Removing fallback TERM in container list, not needed anymore. | Daniel Baumann | 2017-10-27 | 1 | -2/+0 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Releasing version 20171013.v20171013 | Daniel Baumann | 2017-10-13 | 2 | -1/+13 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> |