Hi,
To be able to run docker commands from inside a container, we installed docker-io in the image(and mounted docker.sock) . we have been updating the docker over the years and now we are upgrading to docker-ce 18.06. But didn’t update the docker-io inside the container. As a result when i do ‘docker version’ from inside a container, it gives:
sudo docker version:
Client version: 1.7.1
Client API version: 1.19
Go version (client): go1.4.2
Server version: 18.06.1-ce
Server API version: 1.38
Go version (server): go1.10.3
So how will this effect the working? Does the client version need the update too?
Thanks