ERROR: client and server don't have same version (client : 1.19, server: 1.18)
Bug #1540556 reported by
Jonas G. Drange
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
docker-compose (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
DISTRIB_ID=Ubuntu
DISTRIB_
DISTRIB_
DISTRIB_
Just upgraded to xenial, everything in my sources.list.d has been disabled. Upgrade went well, but docker-compose does not do what it is supposed to do.
From docker-compose web site: “Note that Compose 1.6.0 requires Docker 1.9.1 or later.” and we are currently shipping docker 1.6.2 (ref bug 1536583).
Reproduce:
docker-compose.yml
testdb:
image: postgres:9.4
$ sudo docker-compose up
What happens:
ERROR: client and server don't have same version (client : 1.19, server: 1.18)
What should have happened:
I expected this to work out of the box.
description: | updated |
To post a comment you must log in.
Status changed to 'Confirmed' because the bug affects multiple users.