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

Show "seccomp" in docker info (#20909). #21172

Merged
merged 1 commit into from Apr 14, 2016

Commits on Mar 30, 2016

  1. Show "seccomp" in docker info (moby#20909).

    This pull request added a `SecurityOptions` field in the `GET /info`
    output to show if there is `apparmor`, `seccomp`, or `selinux` suport.
    
    The API changes are updated in the documentation and the update in
    `GET /info` is covered by the test case in `TestInfoApi`.
    
    This pull request fixes moby#20909.
    
    Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
    yongtang committed Mar 30, 2016
    Configuration menu
    Copy the full SHA
    190654a View commit details
    Browse the repository at this point in the history