containers / podlet

Generate Podman Quadlet files from a Podman command, compose file, or existing object
https://crates.io/crates/podlet
Mozilla Public License 2.0
422 stars 12 forks source link

Podman v5.0.0 #68

Closed k9withabone closed 4 months ago

k9withabone commented 6 months ago

Add support for features introduced in podman v5.0.0, by adding the following quadlet options:

svenstaro commented 6 months ago

It would be great if for any given docker-compose.yml, a completely equivalent configuration with a .pod file would be generated. This should now be possible.

k9withabone commented 6 months ago

That is the plan! The current functionality of podlet compose --pod <POD>, generating Kubernetes YAML, will be renamed to --kube and --pod will be for generating a .pod quadlet file and linking to it from the .container quadlet files. Both --kube and --pod will not take an argument and instead require the name field in the compose file for the name of the pod.