Create Docker Volumes for Persistent Storage

InstructorMark Shust

Share this video with your friends

Send Tweet

Docker containers are stateless by default. In order to persist filesystem changes, you must use docker volumes. In this lesson, we will go over how to copy files over to Docker containers, how to create volumes and copy data to them, and also how to mount remote folders for persisting updates.

Sergey
~ 7 years ago

What is the way to mount multiple volumes?