What are the three main storage options in Docker?

0150

The three main storage options in Docker are:

  1. Volumes: The preferred mechanism for persisting data in Docker.
  2. Bind mounts: Connect a specific path of the host machine to a container.
  3. tmpfs mounts: Store data temporarily in the host machine's memory.

0 Comments

no data
Be the first to share your comment!