Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cr full rebase #4

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Cr full rebase #4

wants to merge 3 commits into from

Commits on May 22, 2015

  1. Update vendored libcontainer

    Docker-DCO-1.1-Signed-off-by: Ross Boucher <[email protected]> (github: boucher)
    boucher committed May 22, 2015
    Configuration menu
    Copy the full SHA
    8b568d7 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2015

  1. Initial attempt at adding Criu support to Docker

    This branch represents a merge of current Docker master with the libcontainer criu and swrk branches, along with @SaiedKazemi's original Docker criu branch. In addition to trying to get those branches working, a few features have been added tot he Criu support (in various states of completion), chiefly: being able to specify output directories and being able to leave the process running after checkpointing.
    boucher committed May 23, 2015
    Configuration menu
    Copy the full SHA
    6db4704 View commit details
    Browse the repository at this point in the history
  2. Release the network resource during checkpoint

    Restore failed if network resource not released during checkpoint,
    e.g., a container with port open with -p
    
    Signed-off-by: Hui Kang <[email protected]>
    huikang authored and boucher committed May 23, 2015
    Configuration menu
    Copy the full SHA
    8117c9b View commit details
    Browse the repository at this point in the history