35099/error-after-updating-docker
I updated docker to 1.1.01 and keep getting the following error:
Error response from daemon: client and server don't have same version (client : 1.13, server: 1.12)
Hey @Ali, try switching to 1.0.1 and let me know if you're still getting this error. You get this error when you've updated your docker but not your services. So the easiest solution is to downgrade your docker version. You can also update your services.
Restart your services
service docker restart
Hey @Vardhan, If you don't want to downgrade your docker, you upgrade your services using the docker service update command
syntax:
docker service update service-name
The solution was easy enough. Add these ...READ MORE
This happens when the Jenkins user is ...READ MORE
This error occurs because its not a ...READ MORE
This is due to a confusion. There ...READ MORE
When you use docker-compose down, all the ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
It can work if you try to put ...READ MORE
To solve this problem, I followed advice ...READ MORE
This could be because your docker image ...READ MORE
Hey @Dishant, follow these steps to install ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.