How to install docker specific version

后端 未结 8 1255
半阙折子戏
半阙折子戏 2021-01-30 17:34

How to install specific version of Docker(like 1.3.2)?

I am unable to find any documentation in docker official docs. Referring this link for Ubuntu.

<
8条回答
  •  余生分开走
    2021-01-30 18:09

    wget -qO- https://get.docker.com/ | sed 's/lxc-docker/lxc-docker-1.6.2/' | sh
    

    Replace 1.6.2 with the version you want.

提交回复
热议问题