Lecture 6 - How to use Volumes in Docker ?

preview_player
Показать описание
In this lecture we will take a look at how data is saved inside a docker container. We start by looking at the different ways (bind mounts and tempfs) of doing that and some more details about each of them. At last, we end this lecture with an interesting exercise to cover the basics of Volumes.

If you want to move along with course, download the source code repo from github
Рекомендации по теме
Комментарии
Автор

I have no volume created. I am running a container using volume (-v) to mount my local directory to the target directory of a container then docker first creates anonymous volume pointing to my local directory and then mount it. Is it correct?

tarunful
visit shbcf.ru