Active Nerds
Back to Glossary Index

Copy-on-Write (CoW)

Storage optimization strategy deferring file copies until modifications occur, sharing underlying layer blocks.

Mechanism & Definition

A resource-management optimization strategy where files shared across multiple read-only image layers are not copied until a container process modifies them. Upon write, the file is duplicated from the read-only layer into the container's private top read-write layer before mutation.

Related Terms

Appears In