Thursday, August 25, 2016

docker: Could not reach any registry endpoint(draft)

root@raspberrypi:~# docker  version
Client version: 1.3.3

That pull requests from version 1.5 and earlier clients will no longer function as of December 15th (push requests have been disabled since Nov 19). All images on Docker Hub will continue to be available using recent versions of Docker.

https://forums.docker.com/t/docker-pull-deprecation-for-for-v1-5-clients/5071

solution:
sudo apt-get install -y apt-transport-https
wget -q https://packagecloud.io/gpg.key -O - | sudo apt-key add -
echo 'deb https://packagecloud.io/Hypriot/Schatzkiste/debian/ wheezy main' | sudo tee /etc/apt/sources.list.d/hypriot.list
sudo apt-get update
sudo apt-get install -y docker-hypriot
sudo systemctl enable docker

No comments:

Post a Comment