Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-10 | machined: allow registering host-side network interfaces for communication ↵ | Lennart Poettering | |
with containers | |||
2014-07-03 | machinectl: show /etc/os-release information of container in status output | Lennart Poettering | |
2014-07-03 | machined: don't force terminate registered machines | Lennart Poettering | |
When a machine is registered in machined with CreateMachine it is OK to kill the machine when it is terminated, but when an existing unit is simply registered via RegisterMachine we shouldn't do that, as the unit is controlled by somebody else. | |||
2014-05-18 | machined: add logic to query IP addresses of containers | Lennart Poettering | |
2014-02-11 | machined: optionally, allow registration of pre-existing units (scopes | Lennart Poettering | |
or services) as machine with machined | |||
2013-11-22 | bus: also add error parameter to object find and enumerator callbacks | Lennart Poettering | |
Just in order to bring things inline with the method and property callbacks. | |||
2013-11-05 | machined: simplifications | Lennart Poettering | |
2013-10-30 | machined: port over to libsystemd-bus | Lennart Poettering | |
2013-07-11 | machined: forward scope properties array from client to systemd | Lennart Poettering | |
This makes nspawn's --scope= switch work again. | |||
2013-07-02 | machined: split out machine registration stuff from logind | Lennart Poettering | |
Embedded folks don't need the machine registration stuff, hence it's nice to make this optional. Also, I'd expect that machinectl will grow additional commands quickly, for example to join existing containers and suchlike, hence it's better keeping that separate from loginctl. |