Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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> | ||||
* | Adding SPDX License Identifiers. | Daniel Baumann | 2017-12-05 | 1 | -0/+2 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Removing some dead code in network-veth-extra handling. | Daniel Baumann | 2017-10-13 | 1 | -11/+4 |
| | | | | | | | This stuff is redundant when using bridges, and not using bridges has never worked anyway, hence removing it. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Using iproute instead of bridge-utils to setup bridges. | Daniel Baumann | 2017-10-13 | 1 | -2/+2 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Using iproute instead of net-tools to setup interfaces. | Daniel Baumann | 2017-10-13 | 1 | -4/+4 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Adding interface max length check in container start command. | Daniel Baumann | 2017-07-22 | 1 | -0/+10 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Fixing spelling typo in 'bandwidth'. | Simon Spöhel | 2017-07-22 | 1 | -7/+7 |
| | | | | | Signed-off-by: Simon Spöhel <simon.spoehel@open-infrastructure.net> Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Correcting bind-ro option handling to actually work. | Daniel Baumann | 2017-05-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Adding support for bind-ro nspawn option for read-only bind mounts. | Daniel Baumann | 2017-04-03 | 1 | -1/+22 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Updating year in copyright information for 2017. | Daniel Baumann | 2017-01-04 | 1 | -1/+1 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Enabling pre and post hooks in container commands. | Daniel Baumann | 2016-12-11 | 1 | -0/+26 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Renaming too generic internal getopt variables to avoid possible collisions ↵ | Daniel Baumann | 2016-11-25 | 1 | -3/+3 |
| | | | | | | in the future. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Adding support for user namespace. | Daniel Baumann | 2016-08-04 | 1 | -0/+12 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Sorting container configuration file. | Daniel Baumann | 2016-08-04 | 1 | -12/+12 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Adding -f, --force option to container start command to remove stray lock files. | Daniel Baumann | 2016-08-04 | 1 | -5/+18 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Adding error message in container start command if container is locked. | Daniel Baumann | 2016-08-04 | 1 | -0/+6 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Adding host system based overlay mounts. | Daniel Baumann | 2016-08-04 | 1 | -0/+25 |
| | | | | 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 | 1 | -2/+2 |
| | | | | | | 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> | ||||
* | 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 | 1 | -6/+26 |
| | | | | | | interface in /etc/network/interfaces.d. 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 | 1 | -7/+18 |
| | | | | | | (prerequisite for multiple network interface support per container). Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Updating comments in commands. | Daniel Baumann | 2016-03-31 | 1 | -1/+1 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | ||||
* | Updating year in copyright notices in container commands. | 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 | 1 | -1/+25 |
| | | | | 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 | 1 | -0/+195 |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> |