Public bug reported:

DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=16.04
DISTRIB_CODENAME=xenial
DISTRIB_DESCRIPTION="Ubuntu Xenial Xerus (development branch)"

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.

** Affects: docker-compose (Ubuntu)
     Importance: Undecided
         Status: New

** Description changed:

  DISTRIB_ID=Ubuntu
  DISTRIB_RELEASE=16.04
  DISTRIB_CODENAME=xenial
  DISTRIB_DESCRIPTION="Ubuntu Xenial Xerus (development branch)"
  
  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
+         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.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1540556

Title:
  ERROR: client and server don't have same version (client : 1.19,
  server: 1.18)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/docker-compose/+bug/1540556/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to