mirror of
https://github.com/docker/cli.git
synced 2026-09-03 02:24:26 -05:00
This fix fixes issue raised in 29492 where it was not possible to specify a default `--default-shm-size` in daemon configuration for each `docker run``. The flag `--default-shm-size` which is reloadable, has been added to the daemon configuation. Related docs has been updated. This fix fixes 29492. Signed-off-by: Yong Tang <yong.tang.github@outlook.com> Upstream-commit: db575ef626e8b2660750cbede6b19e951a3b4341 Component: engine