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

Add IPC support to RockerExtension #284

Closed
wants to merge 3 commits into from

Conversation

sachinkum0009
Copy link
Contributor

  • Introduced a new IPC class that extends RockerExtension to handle IPC namespace options.
  • Implemented get_name to return the 'ipc' identifier.
  • Added get_docker_args method to generate Docker IPC arguments based on CLI input.
  • Included a get_preamble method that returns an empty string as no preamble is needed.

This PR enables the use of IPC-related Docker arguments in Rocker configurations and should close the issue #241.

- Introduced a new IPC class that extends RockerExtension to handle IPC namespace options.
- Implemented `get_name` to return the 'ipc' identifier.
- Added `get_docker_args` method to generate Docker IPC arguments based on CLI input.
- Included a `get_preamble` method that returns an empty string as no preamble is needed.

This commit enables the use of IPC-related Docker arguments in Rocker configurations.
…c-flag"

This reverts commit 27cbd58, reversing
changes made to 73ab0d6.
@sachinkum0009
Copy link
Contributor Author

Closing this PR, because I wanted to create PR from a branch instead of main branch. PR #285 is the final PR.

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.

1 participant