Skip to content

peter-huang0402/docker-related

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

# Research for live migration in docker

The project is related to live migration in docker between two different machine. We update the original patches and enhance and expand its functionalities with 3 approaches. However, currently the sucessful live migration in docker just is limited under some specific cases in containers. Under the specific cases in containers the live migration works well with 3 approaches.

(1) Stop and Resume approach

Dump all memory and docker-related data into dumping file. Based on dumping file, the container can be restored on another machine.

(2) Pre-Copy approach

Just dump the updated memory pages only. Each time the dumping action compares with the previous dumping page, and just dump updated memory pages. Finally, we combine all dumping pages to restore the containers.

(3) Post-Copy approach

Just dump initial pages to another machine. When page faults happen in destination machine, it will make requests of missing page from the destination machine to the source machine. And, the source machine will send the requested pages back to destination machine.

About

Live Migration In Docker.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published