Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Limitation: Document docker --security-opt option not supported #242

Merged
merged 1 commit into from
Sep 12, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions Limitations.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
* [docker run --privileged](#docker-run---privileged)
* [Miscellaneous](#miscellaneous)
* [Docker ramdisk not supported](#docker-ramdisk-not-supported)
* [Docker --security-opt partially supported](#docker---security-opt-option-partially-supported)
* [Appendices](#appendices)
* [The constraints challenge](#the-constraints-challenge)

Expand Down Expand Up @@ -256,6 +257,13 @@ container to run entirely on a RAM disk is not supported.

See https://github.com/kata-containers/runtime/issues/134 for more information.

## Docker --security-opt option partially supported

The `--security-opt=` option used by Docker is partially supported.
We only support --security-opt=no-new-privileges option as of today.

See https://github.com/kata-containers/kata-containers/issues/31 for more information.

# Appendices

## The constraints challenge
Expand Down