podlet

Generate systemd quadlet files from podman commands or compose files

brewmacoslinux
Try with needOr install directly
Source

About

Generate podman quadlet files from a podman command or compose file

Commands

podlet

Examples

convert podman run command to quadlet service file$ podlet podman run -d --name myapp nginx:latest
generate quadlet from docker compose file$ podlet compose -f docker-compose.yml
create quadlet file with custom output path$ podlet podman run -d myapp > /etc/containers/systemd/myapp.container
convert podman pod to quadlet pod definition$ podlet podman pod create --name mypod -p 8080:80
generate quadlet from existing running container$ podlet podman inspect mycontainer