A

Admin • 828.43K Points
Coach

Q. What does `-v myvol:/data` mean?

  • (A) Bind mount /data to myvol
  • (B) Use myvol as a directory inside container at /data
  • (C) Create a bind mount from /data
  • (D) Copy myvol to container

Explanation by: Admin
`-v myvol:/data` mounts the volume `myvol` inside the container at the path `/data`.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.