summaryrefslogtreecommitdiffstats
path: root/lib/container/start (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Using systemctl to start containers.Nik Lutz2016-05-181-11/+42
| | | | 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-181-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 Lutz2016-05-181-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 Baumann2016-03-311-1/+1
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Updating year in copyright notices in container commands.Daniel Baumann2016-03-311-1/+1
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding blockio, cpu, memory and tasks limit config options.Daniel Baumann2016-03-311-1/+74
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding capability and drop-capability config option.Daniel Baumann2016-03-311-1/+25
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding native ARM architecture support in container start command.Daniel Baumann2016-03-311-6/+25
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding container commands.Daniel Baumann2016-03-121-0/+195
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>