Skip to content

Commit

Permalink
Merge pull request #297 from GabyCT/topic/removeramdisk
Browse files Browse the repository at this point in the history
docs: Remove Ramdisk Limitations
  • Loading branch information
GabyCT committed Nov 14, 2018
2 parents dc41101 + 5e9819f commit d75434a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Limitations.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
* [Host resource sharing](#host-resource-sharing)
* [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 @@ -253,13 +252,6 @@ The `--privileged` option can be used with `runc` containers and inter-mixed wit

This section lists limitations where the possible solutions are uncertain.

## Docker ramdisk not supported

The `DOCKER_RAMDISK=true` environment variable used by Docker to force the
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.
Expand Down

0 comments on commit d75434a

Please sign in to comment.