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

Installing the server #20

Open
GrooverMD opened this issue Apr 16, 2018 · 0 comments
Open

Installing the server #20

GrooverMD opened this issue Apr 16, 2018 · 0 comments

Comments

@GrooverMD
Copy link

A couple of issues arose when installing on windows 10. First issue was docker-compose pull, it reported an error.

D:\ka-server-master>docker-compose pull
Pulling ka-beanstalkd (schickling/beanstalkd:latest)...
ERROR: client version 1.22 is too old. Minimum supported API version is 1.24, please upgrade your client to a newer version.

Fixed by changing version: '2' to version: '2.1' in docker-compose.yml. Apparently windows needs this.

The second issue was

D:\ka-server-master>docker-compose pull
Pulling ka-beanstalkd (schickling/beanstalkd:latest)...
latest: Pulling from schickling/beanstalkd
ERROR: image operating system "linux" cannot be used on this platform.

I had set docker to use windows containers and this was fixed by changing Docker to Use Linux containers under Dockers setting.

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

No branches or pull requests

1 participant