mirror of
https://github.com/docker/cli.git
synced 2026-01-23 15:21:32 +03:00
This test case is checking that the built-in default size for /dev/shm (which is used for `--ipcmode` being `private` or `shareable`) is not overriding the size of user-defined tmpfs mount for /dev/shm. In other words, this is a regression test case for issue #35271, https://github.com/moby/moby/issues/35271 Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com> Upstream-commit: 2e0a98b605fa278ee1f348c68fe7e07aed57b834 Component: engine