mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +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.