Pretty basic stuff I wonder…
- I create a container using podman via cockpit, where I am manually asked to input all the evironment variables, port mappings, volumes, etc…
- When I start the container, I get an error because I had a typo in one of the values I configured in 1), for instance a wrong volume… I get that due to immutability we are not supposed to edit this configuration and just restart the container… but…
…Is there a way to start a new container, but “importing” all the configurations done in 1) so I can just correct the typo, or am I forced to insert all the configurations again and again?
It should be very simple to accomplish on GUI… just on the “…” menu, add an option to “Clone configuration”.