更新与在Windows上升级Docker发行版 [英] Update & Upgrade Docker distribution on Windows

查看:749
本文介绍了更新与在Windows上升级Docker发行版的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

目前,我拥有Docker v.1.7,我想将其升级到最新版本(目前为1.8).

At the moment I've got Docker v.1.7 and I'd want to upgrade it to latest (1.8 at the moment).

重要部分::我要执行此操作,而无需再次安装Docker和boot2docker.我找不到任何相关信息.

Important part: I want to do this without installing Docker and boot2docker again. I wasn't able to find any info about it.

有可能吗?而我该怎么办呢?

Is it possible? And how can I do this?

推荐答案

如果您已经拥有boot2docker,通常会进行升级:

If you already have boot2docker, the upgrade is the usual:

boot2docker stop
boot2docker download
boot2docker start

docker@boot2docker:~$ docker version
Client:
 Version:      1.8.1
 API version:  1.20
 Go version:   go1.4.2
 Git commit:   d12ea79
 Built:        Thu Aug 13 02:49:29 UTC 2015
 OS/Arch:      linux/amd64

话虽这么说,展望未来, docker机器 是推荐的项目使用.
请参阅"开始使用Docker Machine和本地VM ".

That being said, going forward, docker machine is the recommended project to use.
See "Get started with Docker Machine and a local VM".

这篇关于更新与在Windows上升级Docker发行版的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆