Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | generate systemd: `--replace` on named containers/pods | Valentin Rothberg | 2020-06-15 |
| | | | | | | | | | Use `--replace` for named containers and pods. This will clean up previous containers and podsthat may not have been removed after a system crash. Fixes: #5485 Signed-off-by: Valentin Rothberg <rothberg@redhat.com> | ||
* | generate systemd: create pod template | Valentin Rothberg | 2020-06-11 |
Create a new template for generating a pod unit file. Eventually, this allows for treating and extending pod and container generation seprately. The `--new` flag now also works on pods. Signed-off-by: Valentin Rothberg <rothberg@redhat.com> |