You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: