9

While doing volume mounting in a docker container there is a optional parameter

--volume-driver string Optional volume driver for the container

What is the use of this parameter?

Tibebes. M
  • 6,940
  • 5
  • 15
  • 36
sunil
  • 1,259
  • 1
  • 14
  • 27

1 Answers1

4

Volume drivers let you store volumes on remote hosts or cloud providers, to encrypt the contents of volumes, or to add other functionality.

See Docker docs

Wassinger
  • 347
  • 2
  • 16