containers / podman-desktop

Podman Desktop is the best free and open source tool to work with Containers and Kubernetes for developers. Get an intuitive and user-friendly interface to effortlessly build, manage, and deploy containers and Kubernetes — all from your desktop.
https://podman-desktop.io
Apache License 2.0
4.72k stars 299 forks source link

E2E export/import containers #6541

Open lstocchi opened 6 months ago

lstocchi commented 6 months ago

Is your enhancement related to a problem? Please describe

We should add tests for the export/import containers feature.

export -> https://github.com/containers/podman-desktop/pull/6468 import -> https://github.com/containers/podman-desktop/pull/6492

The gifs inside those two PR shows how it should work.

The thing which is not obvious is that the generated image when you export a container only contain its filesystem. So let's say you want to create a new container from it you need to add all the metadata to make it starts, like the ports to open, the command/entrypoint and so on. Maybe we would implement something to help user with it but atm it works this way.

Describe the solution you'd like

e2e test

Describe alternatives you've considered

No response

Additional context

No response

benoitf commented 6 months ago

cc @containers/podman-desktop-qe-reviewers

github-actions[bot] commented 2 weeks ago

This issue has been automatically marked as stale because it has not had activity in the last 6 months. It will be closed in 30 days if no further activity occurs. Please feel free to leave a comment if you believe the issue is still relevant. Thank you for your contributions!