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-02-05 10:41:55 -08:00
2019-06-03 22:05:13 +02:00
2019-05-22 10:08:03 -05:00
2018-08-30 16:51:56 +00:00
2018-01-18 07:01:48 -05:00
2018-08-06 14:49:11 +00:00
2019-05-19 07:25:05 -07:00
2017-11-01 11:24:59 -04:00
2019-03-13 14:16:37 -07:00
2019-05-29 13:54:38 -04:00
2019-04-11 09:55:24 -04:00
2019-06-03 22:05:13 +02:00
2019-02-25 12:49:27 -05:00
2019-03-20 14:37:59 -06:00
2019-04-16 11:23:18 -04:00
2019-06-04 14:02:51 +02:00
2019-05-20 13:53:32 -04:00
2019-05-29 12:44:25 -04:00
2019-05-29 22:53:51 -04:00
2019-05-28 11:10:57 -04:00
2019-02-22 14:13:08 -06:00
2019-05-03 10:36:16 -04:00
2019-03-02 11:45:42 +01:00
2019-04-13 06:31:00 -04:00
2019-03-31 04:51:46 -04:00
2019-05-02 14:35:53 -05:00
2019-05-02 14:35:53 -05:00
2019-04-10 09:43:56 -06:00
2019-03-20 14:37:59 -06:00
2019-04-13 06:31:00 -04:00
2019-03-20 14:37:59 -06:00
2019-03-20 14:37:59 -06:00
2019-03-20 14:37:59 -06:00
2019-04-13 06:31:00 -04:00
2019-03-20 14:37:59 -06:00
2019-03-20 14:37:59 -06:00
2018-11-12 14:06:31 -05:00
2019-04-13 06:31:00 -04:00
2019-05-03 10:38:51 -04:00
2019-05-02 13:13:32 -04:00
2019-03-30 13:35:38 -04:00
2019-02-22 14:13:08 -06: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-29 12:03:52 -04:00
2019-02-22 14:13:08 -06:00
2018-11-01 14:23:55 -05:00
2019-05-20 13:53:32 -04:00
2019-03-20 14:37:59 -06:00
2019-03-27 12:08:47 -05:00
2019-03-20 14:37:59 -06:00
2019-02-22 14:13:08 -06:00
2019-03-31 04:51:46 -04:00
2019-03-31 04:51:46 -04:00
2019-04-16 11:23:18 -04:00
2019-02-22 14:13:08 -06:00
2019-02-22 14:13:08 -06:00
2019-03-31 04:51:46 -04:00
2019-02-22 14:13:08 -06:00
2019-02-27 16:37:40 -05:00
2019-03-31 04:51:46 -04:00
2019-05-03 11:20:16 +02:00
2019-03-31 04:51:46 -04:00
2019-04-16 11:23:18 -04:00
2019-03-31 04:51:46 -04:00
2019-04-13 06:31:00 -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-03-31 08:44:06 -07:00
2019-02-25 12:49:27 -05:00
2019-05-28 11:10:57 -04:00
2019-04-13 06:31:00 -04:00
2019-05-20 13:53:32 -04:00
2019-03-13 14:16:37 -07:00
2019-02-22 14:13:08 -06:00
2019-02-22 14:13:08 -06:00
2019-03-28 09:13:40 -04:00
2019-04-26 22:23:45 +02:00
2019-04-16 11:23:18 -04:00
2019-02-21 10:51:42 -05:00
2019-04-26 22:23:45 +02:00
2019-04-13 06:31:00 -04:00
2019-05-03 11:20:16 +02:00
2019-02-22 14:13:08 -06:00
2018-11-01 14:23:55 -05:00
2019-05-16 16:31:21 +02:00
2019-05-08 13:12:08 -05:00
2019-04-13 06:31:00 -04:00
2018-12-06 10:17:16 +00:00
2019-03-31 04:51:46 -04:00
2018-12-06 10:17:16 +00:00
2019-03-20 14:37:59 -06:00
2019-04-04 12:26:29 -04:00
2019-02-27 16:37:40 -05:00
2019-04-13 06:31:00 -04:00
2019-06-02 20:31:58 +02:00