summaryrefslogtreecommitdiff
path: root/docs/sources/use/basics.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/sources/use/basics.rst')
-rw-r--r--docs/sources/use/basics.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/sources/use/basics.rst b/docs/sources/use/basics.rst
index 24c22bba39..4164e706f7 100644
--- a/docs/sources/use/basics.rst
+++ b/docs/sources/use/basics.rst
@@ -39,7 +39,9 @@ Repository to a local image cache.
12 character hash ``539c0211cd76: Download complete`` which is the
short form of the image ID. These short image IDs are the first 12
characters of the full image ID - which can be found using ``docker
- inspect`` or ``docker images -notrunc=true``
+ inspect`` or ``docker images --no-trunc=true``
+
+ **If you're using OS X** then you shouldn't use ``sudo``
Running an interactive shell
----------------------------