Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-06 | machinectl: Added stop as alias for poweroff (#3406) | Christian Rebischke | |
2015-12-10 | importd: drop dkr support | Lennart Poettering | |
The current code is not compatible with current dkr protocols anyway, and dkr has a different focus ("microservices") than nspawn anyway ("whole machine containers"), hence drop support for it, we cannot reasonably keep this up to date, and it creates the impression we'd actually care for the microservices usecase. | |||
2015-11-24 | bash-completion: list valid signal names | Evgeny Vereshchagin | |
this is a follow-up for commit 18540892d18addc4dcb81 | |||
2015-10-08 | shell-completion: add pseudo machine ".host" to shell completion | Lennart Poettering | |
2015-10-08 | shell-completion: add "machinectl shell" to bash completion logic | Lennart Poettering | |
2015-08-18 | shell-completion: bash: make list-transfers and cancel-transfer STANDALONE | Seth Jennings | |
list-transfers and cancel-transfers don't take machine arguments. | |||
2015-08-18 | shell-completion: bash: add image transfer subcommands | Seth Jennings | |
2015-08-16 | shell-completion: use list-images rather than list | Seth Jennings | |
"machinectl list" only lists running machines while many of the MACHINES commands use names of images; both running and non-running. List machines from both "list" and "list-images" and use sort -u to avoid duplicates. | |||
2015-08-16 | shell-completion: update machinectl bash completion | Seth Jennings | |
Many new subcommands have been added since the bash completion was last updated. Bring it up to speed. | |||
2014-02-18 | machinectl: add bash completion | Thomas Hindoe Paaboel Andersen | |