What is the version of Docker in the registry?

It doesn’t look like it’s 1.3 How can I know this info? Because I’m using some features of 1.3 that aren’t available for older versions. And now the build fails on the hub :anguished:

Thanks!

Hello!

Try type in console

sudo docker -v

For docker update to 1.3 version you can type

sudo apt-get update

and after

sudo apt-get install lxc-docker

Thanks for that, but I meant the docker version for the docker hub. I have an Automated build and it fails because I’m expanding ENV vars (which is a new feature of 1.3). So I’m basically wondering when the docker hub will upgrade to the latest version.

1 Like

As a workaround can’t you just ship the built images up to the registry?