mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
The test case checks that in case of IpcMode: private and ReadonlyRootfs: true (as in "docker run --ipc private --read-only") the resulting /dev/shm mount is NOT made read-only. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com> Upstream-commit: 33dd562e3acff71ee18a2543d14fcbecf9bf0e62 Component: engine