mirror of
https://github.com/containers/podman.git
synced 2025-06-19 16:33:24 +08:00
Merge pull request #4221 from mheon/reset_runtime
Migrate can move containers to a user-defined runtime
This commit is contained in:
@ -24,6 +24,14 @@ pause process. The `/etc/subuid` and `/etc/subgid` files can then be
|
||||
edited or changed with usermod to recreate the user namespace with the
|
||||
newly configured mappings.
|
||||
|
||||
## OPTIONS
|
||||
|
||||
**--new-runtime**=*runtime*
|
||||
|
||||
Set a new OCI runtime for all containers.
|
||||
This can be used after a system upgrade which changes the default OCI runtime to move all containers to the new runtime.
|
||||
There are no guarantees that the containers will continue to work under the new runtime, as some runtimes support differing options and configurations.
|
||||
|
||||
## SYNOPSIS
|
||||
**podman system migrate**
|
||||
|
||||
|
Reference in New Issue
Block a user