Fixed whitespace and made the command consistent with the other examples.
Signed-off-by: Avi Miller <avi.miller@oracle.com>
This commit is contained in:
parent
b27d479ad5
commit
a7199f5d7c
1 changed files with 2 additions and 1 deletions
|
@ -84,6 +84,7 @@ Usually, on Ubuntu this is done with:
|
|||
update-ca-trust
|
||||
|
||||
... On some distributions, e.g. Oracle Linux 6, the Shared System Certificates feature needs to be manually enabled:
|
||||
$ sudo update-ca-trust enable
|
||||
|
||||
update-ca-trust enable
|
||||
|
||||
Now restart docker (`service docker stop && service docker start`, or any other way you use to restart docker).
|
||||
|
|
Loading…
Reference in a new issue