...

/

Using Volumes

Using Volumes

In this lesson, you will learn how to use volumes to prevent data loss.

We'll cover the following...

When a container writes files, it writes them inside of the container. Which means that when the container dies (the host machine restarts, the ...