Data in Docker

- volumes:
- stored in a part of the host filesystem which is managed by Docker
- bind mounts:
- may be stored anywhere on the host system
tmpfsmounts:- stored in the host system’s memory only, and are never written to the host system’s filesystem