Hi team,
As we known, the new docker (1.9) were released recently. I can install it by apt-get (Ubuntu 14.04), but how to install the previous version 1.8.3? I do not want upgrade it right now.
Share and learn in the Docker community.
Hi team,
As we known, the new docker (1.9) were released recently. I can install it by apt-get (Ubuntu 14.04), but how to install the previous version 1.8.3? I do not want upgrade it right now.
Hi,
You can install the specific version by specifying the version in the apt-get install command
sudo apt-get install docker-engine=1.8.3-0~trusty
Regards
Got that; thanks very much!