Docker volumes - Get started

preview_player
Показать описание
Docker volumes are the preferred way for storing persistent data generated and used by docker containers. In this demo I will show you a simple example to get you started with docker volumes. I will show you one example reading data from a docker volume and another example to write data to a volume and consume it in a different container. Using volumes allows you also to easily backup your data generated by docker containers.
Рекомендации по теме