| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Updating year in copyright notices to 2019. | Daniel Baumann | 2019-02-17 | 31 | -31/+31 |
* | Removing bind mounting of /var/cache/apt/archives during creation of the cont... | Daniel Baumann | 2018-07-27 | 1 | -6/+0 |
* | Adding support for multiple container and host commands in debconf container ... | Daniel Baumann | 2018-07-27 | 2 | -0/+69 |
* | Adding reference to /var/cache/container-tools to container manpage. | Daniel Baumann | 2018-07-24 | 1 | -0/+3 |
* | Adding 'ALL' as pseudo container name for container start, stop, restart, and... | Daniel Baumann | 2018-05-27 | 4 | -4/+16 |
* | Updating author section in manpages. | Daniel Baumann | 2018-05-27 | 21 | -21/+21 |
* | Improving comment in systemd container-auto.service description. | Daniel Baumann | 2018-05-27 | 1 | -1/+1 |
* | Improving comment in procps configuration. | Daniel Baumann | 2018-05-27 | 1 | -3/+4 |
* | Clarify differences between container enter and console commands in manpages. | Daniel Baumann | 2018-05-27 | 2 | -0/+6 |
* | Updating asciicast for asciinema version 2.0. | Daniel Baumann | 2018-05-03 | 1 | -1/+1 |
* | Updating bash-completion to also complete on preseed files in the first level... | Daniel Baumann | 2018-05-03 | 1 | -1/+1 |
* | Adding quotes for consistency in bash-completion. | Daniel Baumann | 2018-05-03 | 1 | -11/+11 |
* | Adding -v, --verbose option to container-create command to be used e.g. when ... | Daniel Baumann | 2018-05-03 | 2 | -1/+4 |
* | Removing suite reference in examples of container-create-debconf manpage. | Daniel Baumann | 2018-05-03 | 1 | -2/+2 |
* | Adding support for Debian testing/buster in debconf container create script. | Daniel Baumann | 2018-02-18 | 1 | -2/+6 |
* | Always sorting preseed files starting with a capital letter first in debconf ... | Daniel Baumann | 2018-02-18 | 1 | -1/+1 |
* | Making container debconf create script aware of multiple subdirectories below... | Daniel Baumann | 2018-02-18 | 1 | -0/+9 |
* | Making container debconf create script aware of multiple subdirectories below... | Daniel Baumann | 2018-02-18 | 1 | -2/+2 |
* | Making pre-create.git-pull.sh hook to be aware of multiple subdirectories bel... | Daniel Baumann | 2018-02-18 | 1 | -14/+19 |
* | Adding container remove --allow-stop option to override abort of running cont... | Daniel Baumann | 2018-02-18 | 1 | -0/+6 |
* | Updating year in copyright information for 2018. | Daniel Baumann | 2018-02-18 | 31 | -31/+31 |
* | Running host commands as last thing in debconf container create script in ord... | Daniel Baumann | 2018-01-19 | 1 | -11/+13 |
* | Adding note about vsyscall boot parameter in host-setup documentation. | Daniel Baumann | 2017-12-07 | 1 | -0/+9 |
* | Automatically take default preseeding file from /etc/container-tools/debconf ... | Daniel Baumann | 2017-12-07 | 1 | -0/+5 |
* | Automatically take matching preseeding files from /etc/container-tools/debconf. | Daniel Baumann | 2017-12-05 | 1 | -0/+6 |
* | Adding SPDX License Identifiers. | Daniel Baumann | 2017-12-05 | 32 | -0/+64 |
* | Supporting using IP address parts of the container name in preseed files for ... | Daniel Baumann | 2017-11-01 | 2 | -0/+16 |
* | Supporting using IP address from DNS lookup of the container name in preseed ... | Daniel Baumann | 2017-11-01 | 2 | -2/+32 |
* | Avoiding to display .cfg extension for preseed files in container debconf cre... | Daniel Baumann | 2017-11-01 | 1 | -2/+2 |
* | Adding container create pre-hook that can be used to automatically git pull /... | Daniel Baumann | 2017-11-01 | 1 | -0/+40 |
* | Adding ver shortcut for container version command in bash-completion. | Daniel Baumann | 2017-10-31 | 1 | -1/+1 |
* | Adding sh shortcut for shell format in container list command. | Daniel Baumann | 2017-10-31 | 2 | -2/+3 |
* | Adding con shortcut for container console command. | Daniel Baumann | 2017-10-31 | 1 | -1/+1 |
* | Removing net-tools from container-tools manpage. | Daniel Baumann | 2017-10-13 | 1 | -1/+1 |
* | Removing ifupdown in debconf container create script earlier by excluding it ... | Daniel Baumann | 2017-10-13 | 1 | -7/+3 |
* | Using iproute instead of bridge-utils to setup bridges. | Daniel Baumann | 2017-10-13 | 1 | -2/+2 |
* | Using iproute instead of net-tools to setup interfaces. | Daniel Baumann | 2017-10-13 | 1 | -4/+4 |
* | Fixing issues from network0 -> network1 transition in debconf container creat... | Daniel Baumann | 2017-07-24 | 2 | -47/+50 |
* | Starting to count at 1 instead of 0 to be consistent with new network interfa... | Daniel Baumann | 2017-07-23 | 5 | -68/+68 |
* | Making example preseed files non-interactive. | Daniel Baumann | 2017-07-23 | 2 | -0/+6 |
* | Adding architecture option to curl container create script. | Daniel Baumann | 2017-07-23 | 2 | -4/+22 |
* | Adding automatic compression detection for downloads in in curl container cre... | Daniel Baumann | 2017-07-23 | 1 | -8/+24 |
* | Adding interactive container list in curl container create script. | Daniel Baumann | 2017-07-23 | 3 | -6/+147 |
* | Adding GPG signature verification for curl container create script. | Daniel Baumann | 2017-07-23 | 1 | -10/+39 |
* | Adding container key command. | Daniel Baumann | 2017-07-23 | 3 | -0/+94 |
* | Moving image cache from /var/cache/container-tools/images to /var/cache/conta... | Daniel Baumann | 2017-07-23 | 1 | -1/+1 |
* | Passing container name to setup environment in curl container create script. | Daniel Baumann | 2017-07-23 | 1 | -0/+1 |
* | Updating default filename for download in curl container create script. | Daniel Baumann | 2017-07-23 | 1 | -1/+1 |
* | Updating container-images.sh example script to match current curl container c... | Daniel Baumann | 2017-07-23 | 1 | -14/+40 |
* | Updating container-create-curl manpage to match current curl container create... | Daniel Baumann | 2017-07-23 | 1 | -5/+8 |