It's unclear to me what step 11 means by "Verify that APT is pulling from the right repository".
After I run the command apt-cache policy docker-engine I get a bunch of output, but I'm unsure which part of that output might indicate that things went okay or horribly wrong.
For reference, here's a sample of the output I get:
Installed: (none)
Candidate: 1.12.1-0~trusty
Version table:
1.12.1-0~trusty 0
500 https://apt.dockerproject.org/repo/ ubuntu-trusty/main amd64 Packages
1.12.0-0~trusty 0
500 https://apt.dockerproject.org/repo/ ubuntu-trusty/main amd64 Packages
1.11.2-0~trusty 0
500 https://apt.dockerproject.org/repo/ ubuntu-trusty/main amd64 Packages
If possible, it may help if that step was made more clear.
Verify that APT is pulling from the right repository by viewing the output and looking for <something that indicates the happy path>.
URL: https://docs.docker.com/engine/installation/linux/ubuntulinux.md
It's unclear to me what step 11 means by "Verify that APT is pulling from the right repository".
After I run the command
apt-cache policy docker-engineI get a bunch of output, but I'm unsure which part of that output might indicate that things went okay or horribly wrong.For reference, here's a sample of the output I get:
If possible, it may help if that step was made more clear.
URL: https://docs.docker.com/engine/installation/linux/ubuntulinux.md