Importing saved containers to Podman
Consider importing saved containers to continue using familiar containers.
Prerequisites
-
Podman
-
You saved your existing containers by running the command:
- Podman
- Docker
$ podman save <your_container> > <your_container_archive>.tar
$ docker export <your_container> > <your_container_archive>.tar
Procedure
-
Import your existing containers into Podman. Run the command for each container archive:
$ podman import <your_container_archive>.tar
Verification
- Your imported containers appear in the Podman Desktop Images section.