Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Migrate can move containers to a new runtime | Matthew Heon | 2019-10-10 |
| | | | | | | | | | | | | This is a horrible hack to work around issues with Fedora 31, but other distros might need it to, so we'll move it upstream. I do not recommend this functionality for general use, and the manpages and other documentation will reflect this. But for some upgrade cases, it will be the only thing that allows for a working system. Signed-off-by: Matthew Heon <matthew.heon@pm.me> | ||
* | runtime: pass down the context | Giuseppe Scrivano | 2019-04-26 |
| | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> | ||
* | system: add new subcommand "migrate" | Giuseppe Scrivano | 2019-04-26 |
it is useful to migrate existing containers to a new version of podman. Currently, it is needed to migrate rootless containers that were created with podman <= 1.2 to a newer version which requires all containers to be running in the same user namespace. Closes: https://github.com/containers/libpod/issues/2935 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> |