찾다

 >  Q&A  >  본문

upgrade - 在Ubuntu上升级Docker后出现的问题

我的系统是Ubuntu14.04 原来是Docker1.6 现在升级为Docker 1.7
$uname -a
Linux whw-virtual-machine 3.13.0-32-generic #57-Ubuntu SMP Tue Jul 15 03:51:08 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

我的看的是官方的upgrade 的方法: https://docs.docker.com/installation/ubuntulinux/
Upgrade Docker
To install the latest version of Docker with wget:
$ wget -qO- https://get.docker.com/ | sh

结果显示报错:
$docker images
Error response from daemon: client and server don't have same version (client : 1.19, server: 1.18)

伊谢尔伦伊谢尔伦2762일 전719

모든 응답(2)나는 대답할 것이다

  • PHP中文网

    PHP中文网2017-04-22 08:57:51

    알겠습니다. 이 문제는 나중에 해결되었습니다. 컴퓨터를 다시 시작하면 됩니다. . . Docker를 다시 시작해본 적이 없습니다

    회신하다
    0
  • 阿神

    阿神2017-04-22 08:57:51

    출력을 보면 클라이언트와 서버 버전이 일치하지 않아 오류가 발생하는 것으로 보입니다. 도커 엔진을 1.9로 업그레이드하면 됩니다.

    회신하다
    0
  • 취소회신하다