Skip to content
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

Use different format arg when using docker. #86

Merged
merged 3 commits into from
Mar 2, 2024

Conversation

ryanlovett
Copy link
Contributor

Fixes #85.

@manics
Copy link
Owner

manics commented Mar 1, 2024

Thanks!

I'm going to do some investigation to see whether we can get away without the conditional formatting. E.g. podman image list --format '{{json .}}' outputs images as JSON-lines instead of an array. If that's the same as docker, and it works for all the other podman commands, it could be the default.

@manics manics merged commit abad9ca into manics:main Mar 2, 2024
27 checks passed
@ryanlovett
Copy link
Contributor Author

Thanks @manics!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

podman_executable=docker requires json format change
2 participants