Manage Data within Docker Volumes

InstructorMark Shust

Share this video with your friends

Send Tweet

Learn about the concepts of managing data within Docker volumes, including all of the commands to create and manage volumes. We'll demonstrate how to mount a Docker volume to one or many containers by creating and mounting a volume to an Nginx proxy, and then verify the output with curl. You'll also see how changes to files within volumes of one container propagate to other containers with the same volume mounted, and learn various commands to inspect Docker volumes.

Sergey
~ 7 years ago

Is there a way to mount multiple volumes to the container?

Sean Inglis
~ 4 years ago

"01:47 Let's pass a command to BASH to indecipherable string..." = "...to echo out a string.."

Rodrigo Deodoro
~ 4 years ago

In the "Docker Fundamentals" course, this video should've been placed before "Create Docker Volumes for Persistent Storage"