Skip to content

feat: add hostConfig to nerdctl inspect response #14

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

coderbirju
Copy link
Owner

This commit adds the following fields to the hostconfig struct that is retured when container inspect is called.

  • CIdFile
  • GroupAdd
  • Memory
  • CgroupNsMode
  • DNS config
  • OOMScoreAdj
  • ReadonlyRootfs,
  • UTSMode,
  • ShmSize
  • Runtime
  • Sysctl
  • Device
  • PidMode

This commit adds the following fields to the hostconfig struct that is
retured when container inspect is called.
- CIdFile
- GroupAdd
- Memory
- CgroupNsMode
- DNS config
- OOMScoreAdj
- ReadonlyRootfs,
- UTSMode,
- ShmSize
- Runtime
- Sysctl
- Device
- PidMode

Signed-off-by: Arjun Raja Yogidas <arjunry@amazon.com>
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.

None yet

1 participant