-
Notifications
You must be signed in to change notification settings - Fork 17
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
FEAT: generate from running container #23
Comments
To add to this, possibly have it format podman generate systemd into quadlet format. |
Generating a quadlet file from a running container has been an idea in the back of my mind for a while. However, it's a low priority.
Unfortunately, |
@k9withabone I actually found this to work pretty well, but it would be nice if we could get this built in, in some way:
|
Fixes: #23 Also, in joined quadlet values, strings containing any whitespace are now quoted, not just if it conains a space.
Sorry I linked the wrong issue in that commit. Please ignore it. |
Adds the `podlet generate container` command. Closes: #23
It would be nice if it were possible to generate a systemd file from an already running container.
The text was updated successfully, but these errors were encountered: