summaryrefslogtreecommitdiff
path: root/cmd/podman/system/migrate.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podman/system/migrate.go')
-rw-r--r--cmd/podman/system/migrate.go5
1 files changed, 4 insertions, 1 deletions
diff --git a/cmd/podman/system/migrate.go b/cmd/podman/system/migrate.go
index 9940cd063..b9dc272d7 100644
--- a/cmd/podman/system/migrate.go
+++ b/cmd/podman/system/migrate.go
@@ -22,7 +22,10 @@ var (
`
migrateCommand = &cobra.Command{
- Annotations: map[string]string{registry.EngineMode: registry.ABIMode},
+ Annotations: map[string]string{
+ registry.EngineMode: registry.ABIMode,
+ registry.NoMoveProcess: registry.NoMoveProcess,
+ },
Use: "migrate [options]",
Args: validate.NoArgs,
Short: "Migrate containers",