-
Notifications
You must be signed in to change notification settings - Fork 91
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
Podman-compose support #247
Comments
This was also requested for docker but we never did it.
This is a bit more out of scope. A proper file editor would be probably a full subproject. Just dropping content into |
For reference: |
|
This would be a great feature. Currently i have to run portainer in parallel to do this - a unified Web UI would be awesome. |
hi |
Yeah is this going to be build in soon? |
There is currently no timeframe for importing files (including compose files, among others) as definitions to get a container (or group of containers, including a pod) up and running, but it's something I'd like for us to add and it's something I've thought about and have written a little bit:
Even exporting and importing "kube" definitions, with Right now, if you're happy with using a command line, you can use something like this kube approach. It's originally meant for using podman on one machine and kubernetes on another, to migrate between the two, but you can migrate containers and pods (groups) of containers between podman on both sides still. It'd still be great to have this kind of functionality in Cockpit-Podman, of course. Additionally, I'd like for us to support a rebuild container option that would allow one to "edit" values to build the container again and replace it with the newer version. This would also cover several of the cases above, without having to export and import or mess with creating any files manually. TL;DR: I agree; it'd be great. We're not working on it right now, but it would be nice to solve these points in various ways, including |
@garrett I'm interested in this feature and might have some cycles to put into it depending on difficulty. Any direction you can provide around what is likely to be accepted into the existing module would be helpful. |
Having the ability to 'run' a container is great, however what if you want to
Use Cases:
There are many ways to accomplish this but docker-compose solves these problems. Podman-compose is the podman version of docker-compose. https://github.com/containers/podman-compose
The docker-compose.yml files can be stored in ~/.config/... by default and user-defined allowable
It would be nice to have a textbox to write a new docker-compose file. Also, a validator.
It would be nice to have a link to docker-compose getting started documentation (https://docs.docker.com/compose/gettingstarted/) or example (https://docs.docker.com/compose/compose-file/)
The text was updated successfully, but these errors were encountered: