Fixed whitespace and made the command consistent with the other examples.

Signed-off-by: Avi Miller <avi.miller@oracle.com>
pull/1207/head
Avi Miller 2015-11-25 10:41:40 +11:00
parent b27d479ad5
commit a7199f5d7c
1 changed files with 2 additions and 1 deletions

View File

@ -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).