Files
podman/docs
Adrian Reber bef83c42ea migration: add possibility to restore a container with a new name
The option to restore a container from an external checkpoint archive
(podman container restore -i /tmp/checkpoint.tar.gz) restores a
container with the same name and same ID as id had before checkpointing.

This commit adds the option '--name,-n' to 'podman container restore'.
With this option the restored container gets the name specified after
'--name,-n' and a new ID. This way it is possible to restore one
container multiple times.

If a container is restored with a new name Podman will not try to
request the same IP address for the container as it had during
checkpointing. This implicitly assumes that if a container is restored
from a checkpoint archive with a different name, that it will be
restored multiple times and restoring a container multiple times with
the same IP address will fail as each IP address can only be used once.

Signed-off-by: Adrian Reber <areber@redhat.com>
2019-06-04 14:02:51 +02:00
..
2019-05-22 10:08:03 -05:00
2018-01-18 07:01:48 -05:00
2017-11-01 11:24:59 -04:00
2019-05-29 13:54:38 -04:00
2019-05-20 13:53:32 -04:00
2019-03-02 11:45:42 +01:00
2019-05-02 13:13:32 -04:00
2019-05-20 13:53:32 -04:00
2019-05-20 13:53:32 -04:00
2019-05-20 13:53:32 -04:00
2019-05-20 13:53:32 -04:00
2019-03-20 14:37:59 -06:00
2019-04-16 11:23:18 -04:00
2019-04-16 11:23:18 -04:00
2019-05-20 13:53:32 -04:00
2019-05-20 13:53:32 -04:00
2019-05-20 13:53:32 -04:00
2019-04-16 11:23:18 -04:00
2019-05-03 11:20:16 +02:00
2019-05-08 13:12:08 -05:00