Docker Volumes & Containerize an SQL Server - Docker # 12

preview_player
Показать описание
In this video, i explain how you to make sure your data stays consistent within your containers especially for use cases such as Databases persistent storage. Docker achieves this using Volumes! Also i present as SQL Server running in docker as a real-life use case of the problem volumes solve.

Thanks for watching.
#cloud #docker #volumes
Рекомендации по теме
Комментарии
Автор

trying to copy the build content of react app to an external folder on my host, so NGINX would pick it up to serve it with reverse proxy along side with Flask, I would appreciate if you will a video walking through this scenario, at the end I gave up and ran the build locally and then uploaded the file to my project manually, however my goal was to build the app, upon the creation of the node docker of the frontend.

Rufeg