Docker Tutorial - Volumes - How to create Backup, Restore or Migrate - Part16

preview_player
Показать описание
This part covers backup, restore or migrate Docker volume -
1. How to create backup for any data volume
2. How to restore or migrate data volume backup to any other machine or platfomr even on cloud platformCommit
3. How to restore docker volume to new containers

Docker helps Developers/DevOps/System Admin to solve problems related to build/ship/deploy in multiple environment with having consistent behavior.....This video series is to provide How beginners can start learning docker technology with the help of real time examples & hands on commands. Target audience for this series is
1. Developers
2, DevOps,
3. System Administrator
4. Anyone who is planning to start their career in software industry
Рекомендации по теме
Комментарии
Автор

Hi Abhishek, is it possible to recover the old containers if those are deleted because of upgrade

rojayadav
Автор

Hi abhiskek, as we cannot commit the volume data to the container and as shown in this vide we can restore volume using tar mechanism. Its very evident we can use this tar on any platform but can you tell me where can we save this tar file, I mean any proper way to save this tar file so that we may take this tar file when needed. Like to store images we use docker hub, I there proper place where we can store this tar file.

shraddhaagarwal
Автор

Hi Abhishek, it's a nice tutorial, much impressive, thanks for your knowledge sharing, I was asked a couple of question in DevOps interview however I am unable to answer them, could you please share me if you know them, thanks 1 - how to take back up and rollback during deployment on docker container ? should i follow this video as back up file? 2- how to upgrade tomcat's server version from 7 to 9 without losing data and configuration etc?

dhirenbaidyabhusan
Автор

I have covered that in one of the part... Please check if you dont find then I will let you know how can you achieve

renujain