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

bind mount for podman run quay.io/k9withabone/podlet compose #65

Closed chrismaster closed 7 months ago

chrismaster commented 7 months ago

Is there a volume mount point for podlet docker image? podman run -v=myYMLfolder:imageVolume quay.io/k9withabone/podlet compose docker-compose.yml Would be an easy way to use podlet without installing the binary.

k9withabone commented 7 months ago

There isn't one specified in the Containerfile, but it shouldn't be required? See the container usage section of the readme, especially the command at the end of that section.

chrismaster commented 7 months ago

Sorry, seems I did not read the Readme... (but I did) Thx ...

k9withabone commented 7 months ago

Sounds like you figured it out and resolved the issue, but feel free to reopen if not or have additional questions.