Advertisement
Guest User

Untitled

a guest
Oct 17th, 2017
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. :~# apt-mark showhold
  2. docker-ce
  3. :~# apt-get install docker-ce=17.06.2~ce-0~debian
  4. Reading package lists... Done
  5. Building dependency tree
  6. Reading state information... Done
  7. The following held packages will be changed:
  8. docker-ce
  9. The following packages will be DOWNGRADED:
  10. docker-ce
  11. 0 upgraded, 0 newly installed, 1 downgraded, 0 to remove and 0 not upgraded.
  12. Need to get 0 B/20.6 MB of archives.
  13. After this operation, 3285 kB disk space will be freed.
  14. Do you want to continue? [Y/n] y
  15. dpkg: warning: downgrading docker-ce from 17.09.0~ce-0~debian to 17.06.2~ce-0~debian
  16. (Reading database ... 70221 files and directories currently installed.)
  17. Preparing to unpack .../docker-ce_17.06.2~ce-0~debian_amd64.deb ...
  18. Unpacking docker-ce (17.06.2~ce-0~debian) over (17.09.0~ce-0~debian) ...
  19. Setting up docker-ce (17.06.2~ce-0~debian) ...
  20. Processing triggers for systemd (232-25+deb9u1) ...
  21. Processing triggers for man-db (2.7.6.1-2) ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement