mirror of
https://github.com/containers/podman.git
synced 2025-12-05 21:32:22 +08:00
system: add new subcommand "migrate"
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>
This commit is contained in:
@@ -77,6 +77,7 @@ func getSystemSubCommands() []*cobra.Command {
|
||||
_pruneSystemCommand,
|
||||
_renumberCommand,
|
||||
_dfSystemCommand,
|
||||
_migrateCommand,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user