mirror of
https://github.com/moby/moby.git
synced 2026-07-21 15:01:26 +00:00
The case where we are trying to do a remount with changed filesystem specific options was missing, we need to call `mount` as well here to change those options. See #33844 for where we need this, as we change `tmpfs` options. Signed-off-by: Justin Cormack <justin.cormack@docker.com>