Add security context to future work

This commit is contained in:
Jiangtian Li 2018-01-22 09:56:46 -08:00
parent fd8df076df
commit 66b840957f
1 changed files with 1 additions and 1 deletions

View File

@ -71,4 +71,4 @@ To implement resource controls for Windows containers, refer to [this MSDN docum
## Future work
Windows [storage resource controls](https://github.com/opencontainers/runtime-spec/blob/master/config-windows.md#storage) and pod resource controls (analog to LinuxPodSandboxConfig.cgroup_parent already in CRI) are under investigation and would be handled in separate propsals. They will supplement and not replace the fields in `WindowsContainerResources` from this proposal.
Windows [storage resource controls](https://github.com/opencontainers/runtime-spec/blob/master/config-windows.md#storage), security context (analog to SELinux, Apparmor, readOnlyRootFilesystem, etc.) and pod resource controls (analog to LinuxPodSandboxConfig.cgroup_parent already in CRI) are under investigation and would be handled in separate propsals. They will supplement and not replace the fields in `WindowsContainerResources` from this proposal.