mirror of
https://github.com/docker/docs.git
synced 2026-03-28 23:08:49 +07:00
* Second open(2) causes copy-up operation The documentation incorrectly credits the first, read-only call to open as the trigger of the copy-up operation. It's the subsequent read-write call that actually triggers the copy-up operation.