Glossary

named volume

Infra
also: volume · volumes · Docker volume

A persistent storage area Docker manages outside any single container, so the data survives even if the container is stopped or deleted. It's how you keep a database's data from being wiped every time you restart the stack.