Q. Which option is used with `docker run` to mount a volume?

  • (A) --mount-volume
  • (B) -mount
  • (C) -v or --mount
  • (D) --vol
πŸ’¬ Discuss
βœ… Correct Answer: (C) -v or --mount
Explanation: You can use `-v` or `--mount` with `docker run` to mount a volume.
Explanation by: Mr. Dubey
You can use `-v` or `--mount` with `docker run` to mount a volume.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
67
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
91%
Success Rate