mirror of https://github.com/docker/docs.git
Merge pull request #4814 from noducks/master
Reminder for OSX users not to use SUDO
This commit is contained in:
commit
30d25a3d27
|
@ -40,6 +40,8 @@ Repository to a local image cache.
|
||||||
short form of the image ID. These short image IDs are the first 12
|
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
|
characters of the full image ID - which can be found using ``docker
|
||||||
inspect`` or ``docker images --no-trunc=true``
|
inspect`` or ``docker images --no-trunc=true``
|
||||||
|
|
||||||
|
**If you're using OS X** then you shouldn't use ``sudo``
|
||||||
|
|
||||||
Running an interactive shell
|
Running an interactive shell
|
||||||
----------------------------
|
----------------------------
|
||||||
|
|
Loading…
Reference in New Issue