Changes between Version 10 and Version 11 of Docker HowTo Install
- Timestamp:
- 09/05/16 15:22:11 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docker HowTo Install
v10 v11 14 14 3. Update package information, ensure that APT works with the https method, and that CA certificates are installed. 15 15 16 {{{$ sudo apt-get update 17 $ sudo apt-get install apt-transport-https ca-certificates }}}16 {{{$ sudo apt-get update }}} 17 {{{$ sudo apt-get install apt-transport-https ca-certificates }}} 18 18 19 19 4. Add the new GPG key.