zoukankan      html  css  js  c++  java
  • Docker-Compose API too old for Windows

    I was working on some code with a Docker Windows container today and ran into this error message:

    ERROR: client version 1.22 is too old. Minimum supported API version is 1.24, please upgrade your client to a newer version

    What the heck is that?  When I go to the command-line and check the docker version, I get the following output:

    My currently installed Docker version

    I have the current beta track version of the Docker tools installed in my Windows 10 machine so that I can run a Windows container, so what gives?  Clearly 1.25 is more recent than 1.22

    Here’s the catch:  the docker-compose file format has been versioned and we need to increment the version requested in our docker-compose.yml file.  In any docker-compose file that you are using with the 1.24 or later version of the Docker client, you should request version “2.1”

     
  • 相关阅读:
    10.异常
    9.1 oop习题集合
    9.抽象类和接口
    8.oop-多态
    AngularJs学习笔记二
    浅谈如何坚持计划
    妙味课堂——JavaScript基础课程笔记
    前端学习-试卷
    jquery实战
    boost any
  • 原文地址:https://www.cnblogs.com/rongfengliang/p/6532850.html
Copyright © 2011-2022 走看看