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

[docker-engine] fix systemd shutdown hang #2451

Merged
merged 1 commit into from
Jan 16, 2019

Commits on Jan 16, 2019

  1. [docker-engine] fix systemd shutdown hang

    When rebooting without the platform_reboot plugin, systemd takes a few
    minutes to properly shutdown. It's blocking on some docker cleanup
    operation.
    
    As described by docker/for-linux#421 there
    is a race between docker.service and containerd.service.
    docker needs containerd to properly stop the containers.
    Staphylo committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    a6628ed View commit details
    Browse the repository at this point in the history