-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing "Edit" option #1293
Comments
This is indeed not something we do at the moment, there is #1270 open which offers a clone/copy feature. |
I think this feature is very imported. At the moment is very annoying to change something. A clone/copy feature could help but isn't really the same… :( |
Meanwhile, is there a way to edit them outside of the UI, maybe by editing a text file somewhere in the system via the terminal? Not ideal but it would be a lot better than deleting and creating them again. |
@leocb: No, because that has the same conceptual difficulties as in the UI, as discussed in #1270. The closest is probably |
You can use |
the saddest thing is that you need to set everything up again just to change a single value in the environment variables. |
Yes it makes podman module quite unfriendly. I think it would be possible to add option "Export config to file" and later create new container from it |
+1 to this in general. I would say just copy what Portainer does with the Duplicate/Edit option Example, I just deployed PiHole but forgot to add Volume mounts for /etc/dnsmasq and /etc/pihole Another option that would be nice, is to read the image spec and see what Volumes/Ports/EnvironmentVars are recommended and default those when creating a new container from the Image list. Saves me from having to go lookup the details on GitHub for every container. |
+1 for this But I would also like |
i spent quite some time trying to figure out why cockpit-podman ignored my /etc/containers/storage.conf completly, googling landed me here. and i have to agree, the lack of configuration options renders the podman plugin for cockpit completly useless for all but cases where users just have one big storage for everything, and dont intend too run any dockers needing special devices or settings. You might want to warn people about this in the readme, as it would have saved me and probably others a lot of time. |
Would be nice if cockpit-podman would go the way with systemd and puts the configuration into |
Any update on this? |
Are there any plans to implement this feature? Because as far as I can tell, even changing the run command which gets used for the container requires destroying it. How can this not be an option? |
I stopped using cockpit for podman and start using quadlet files from cockpit terminal, where are better settings and better save of configuration. Current cockpit podman cannot be used for anything useful. Even run commands on containers aren't good, not mention reading logs. |
I don't see option to "Edit" containers or pods:
I can't edit anything. The only option is to delete pod or container and create it again...
The text was updated successfully, but these errors were encountered: