Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows docker compose version too old #17

Closed
RobinFischer opened this issue Apr 10, 2018 · 1 comment
Closed

Windows docker compose version too old #17

RobinFischer opened this issue Apr 10, 2018 · 1 comment

Comments

@RobinFischer
Copy link

Seems it's an issue with Windows, switch to linux containers until fixed by docker

docker/compose#4106

c:\Users\robin\Documents\GitHub\ionic-app-skeleton>docker-compose up
ERROR: client version 1.22 is too old. Minimum supported API version is 1.24, please upgrade your client to a newer version


c:\Users\robin\Documents\GitHub\ionic-app-skeleton>
c:\Users\robin\Documents\GitHub\ionic-app-skeleton>docker --version
Docker version 18.03.0-ce, build 0520e24

c:\Users\robin\Documents\GitHub\ionic-app-skeleton>docker-compose version
docker-compose version 1.20.1, build 5d8c71b2
docker-py version: 3.1.4
CPython version: 3.6.4
OpenSSL version: OpenSSL 1.0.2k  26 Jan 2017
@derpatrick
Copy link
Contributor

I guess this is rather an issue with docker compose than with the skeleton. You should upgrade your local "docker for windows" version to fix this.

Be also aware that the base image is linux and cannot be used when windows containers are chosen in docker for windows.

Closing this issue for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants