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

podman driver changes #1343

Closed
wants to merge 1 commit into from
Closed

Conversation

nyue
Copy link

@nyue nyue commented Sep 28, 2020

To use podman, the following changes are required.
However, these changes are not docker compatible
so there is a need for a maintainable way to support
the different flags/arguments required for different
drivers

To use podman, the following changes are required.
However, these changes are not docker compatible
so there is a need for a maintainable way to support
the different flags/arguments required for different
drivers
Copy link
Member

@mr-c mr-c left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Interesting!

@@ -392,7 +392,7 @@ def create_runtime(
runtime.append("--net=none")

if self.stdout is not None:
runtime.append("--log-driver=none")
runtime.append("--log-driver=k8s-file")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd accept a flag and/or auto detection for this one

@nyue
Copy link
Author

nyue commented Sep 29, 2020

I have since tested podman 2.x with cwltool and found that they have made podman command line options more compatible with docker. Hence, this pull request is redundant.

@nyue nyue closed this Sep 29, 2020
@mr-c
Copy link
Member

mr-c commented Sep 29, 2020

@nyue Good news, thanks!

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.

2 participants