mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
added apt-key finger tip and fingerprint in ubuntu installation page
This commit is contained in:
parent
f0620da74a
commit
466a88b9a8
1 changed files with 2 additions and 0 deletions
|
@ -67,6 +67,7 @@ to follow them again.*
|
|||
.. code-block:: bash
|
||||
|
||||
# Add the Docker repository key to your local keychain
|
||||
# using apt-key finger you can check the fingerprint matches 36A1 D786 9245 C895 0F96 6E92 D857 6A8B A88D 21E9
|
||||
sudo sh -c "curl https://get.docker.io/gpg | apt-key add -"
|
||||
|
||||
# Add the Docker repository to your apt sources list.
|
||||
|
@ -120,6 +121,7 @@ to follow them again.*
|
|||
.. code-block:: bash
|
||||
|
||||
# Add the Docker repository key to your local keychain
|
||||
# using apt-key finger you can check the fingerprint matches 36A1 D786 9245 C895 0F96 6E92 D857 6A8B A88D 21E9
|
||||
sudo sh -c "curl http://get.docker.io/gpg | apt-key add -"
|
||||
|
||||
# Add the Docker repository to your apt sources list.
|
||||
|
|
Loading…
Add table
Reference in a new issue