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] Upgrade docker engine to docker-ce 18.09.0~3-0 #2409

Closed
wants to merge 2 commits into from

Commits on Jan 2, 2019

  1. [docker] Upgrade docker engine to docker-ce 18.09.0~3-0

    - Initially install docker 1.11.1 for docker image loading. 1.11.1
      doesn't require docker service running in target filesystem root
      to load images. The latest version supports so is 1.12.2-0.
    - After all docker images have been loaded, upgrade docker engine to
      docker ce 18.09.0~3-0. Also due to the complicity of chroot
      installation. Removing docker-engine.prerm is needed for successful
      uninstall of version 1.11.1.
    - New version deprecated docker daemon sub-command, using dockerd
      instead. (Deprecated 1.13.0 and removed in 17.12).
    - dockerd -H fd:// doesn't work. Change to -H unix://.
    
    Signed-off-by: Ying Xie <ying.xie@microsoft.com>
    yxieca committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    8edfa0a View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2019

  1. address review comment

    Signed-off-by: Ying Xie <ying.xie@microsoft.com>
    yxieca committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    d2ea110 View commit details
    Browse the repository at this point in the history