-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Closed
Description
I'm trying to run https://github.com/docker/labs/blob/master/windows/windows-containers/MultiContainerApp.md using Docker-Compose with named pipes. It's failing with an error about client API version:
PS C:\Source\Musicstore> docker-compose -f .\docker-compose.windows.yml up
ERROR: client version 1.22 is too old. Minimum supported API version is 1.25, please upgrade your client to a newer version
PS C:\Source\Musicstore> docker-compose -f .\docker-compose.windows.yml ps
ERROR: client version 1.22 is too old. Minimum supported API version is 1.25, please upgrade your client to a newer version
Here's what I have installed:
docker-compose version
docker-compose version 1.9.0-rc2, build d41f869
docker-py version: 1.10.5
CPython version: 2.7.12
OpenSSL version: OpenSSL 1.0.2h 3 May 2016
docker version
:
Client:
Version: 1.13.0-dev
API version: 1.25
Go version: go1.7.3
Git commit: 877c860
Built: Thu Nov 3 04:06:20 2016
OS/Arch: windows/amd64
Server:
Version: 1.13.0-dev
API version: 1.25
Go version: go1.7.3
Git commit: 877c860
Built: Thu Nov 3 04:06:20 2016
OS/Arch: windows/amd64
Experimental: false
reduardo7, jonashackt, ngoral, Sonderwoods, daduskacpokus and 2 more
Metadata
Metadata
Assignees
Labels
No labels