Description of problem: Attempt to run docker-compose up fails with ERROR: The engine version is lesser than the minimum required by compose. Your current project requires a Docker Engine of version 1.10.0 or superior. However, docker 1.10 is not in stable. Version-Release number of selected component (if applicable): docker-compose-1.6.2-1.fc23.noarch How reproducible: Deterministic. Steps to Reproduce: 1. Install docker and docker-compose from Fedora 23 stable updates. 2. systemctl start docker 3. Have some docker-compose.yml file and run docker-compose up Actual results: ERROR: The engine version is lesser than the minimum required by compose. Your current project requires a Docker Engine of version 1.10.0 or superior. Expected results: The containers described in docker-compose.yml run. Additional info:
Quite so. Docker 1.10 has been delayed from stable in F23 for several weeks now by a number of bugs caught in testing. Unfortunately I'd pushed this to stable before docker 1.10 thinking it would eventually get pushed (which hasn't happened; and there's really no good way to deal with this). Every time it seems it's ready to go, something else pops up. At this point the best way to move forward with this is to test 1.10 from updates-testing and help it go stable.
I confirm that docker-1.10.3-16.gita41254f.fc23.x86_64 from updates-testing make docker-compose work again. I gave karma to https://bodhi.fedoraproject.org/updates/FEDORA-2016-87f810b0f5 now. On the other hand, upgrading the docker-compose from updates-testing as well (to docker-compose-1.7.0-1.fc23.noarch) breaks the setup again: Traceback (most recent call last): File "/usr/bin/docker-compose", line 9, in <module> load_entry_point('docker-compose==1.7.0', 'console_scripts', 'docker-compose')() File "/usr/lib/python2.7/site-packages/compose/cli/main.py", line 57, in main command() File "/usr/lib/python2.7/site-packages/compose/cli/main.py", line 105, in perform_command project = project_from_options('.', options) File "/usr/lib/python2.7/site-packages/compose/cli/command.py", line 31, in project_from_options environment=environment File "/usr/lib/python2.7/site-packages/compose/cli/command.py", line 76, in get_project host=host, environment=environment File "/usr/lib/python2.7/site-packages/compose/cli/command.py", line 49, in get_client environment=environment File "/usr/lib/python2.7/site-packages/compose/cli/docker_client.py", line 52, in docker_client kwargs = kwargs_from_env(environment=environment) TypeError: kwargs_from_env() got an unexpected keyword argument 'environment' so if https://bodhi.fedoraproject.org/updates/FEDORA-2016-4ea3b9fb42 makes it into stable, it will break things again.
(In reply to Jan Pazdziora from comment #2) > On the other hand, upgrading the docker-compose from updates-testing as well > (to docker-compose-1.7.0-1.fc23.noarch) breaks the setup again: > so if https://bodhi.fedoraproject.org/updates/FEDORA-2016-4ea3b9fb42 makes > it into stable, it will break things again. That update is not going into stable. It's blocked on BZ#1331898; see BZ#1321200.
docker-1.10.3-24.gitf476348.fc23 has finally been pushed to stable.