mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
(resubmit) Add notes about OS/X and remote daemons
Docker-DCO-1.1-Signed-off-by: Charles Merriam <charles.merriam@gmail.com> (github: merriam)
This commit is contained in:
parent
989fee2490
commit
2a17bdce9e
1 changed files with 10 additions and 0 deletions
|
@ -108,6 +108,16 @@ container with read only permissions as ``/var/host_logs``.
|
|||
|
||||
.. versionadded:: v0.5.0
|
||||
|
||||
|
||||
Note for OS/X users and remote daemon users:
|
||||
--------------------------------------------
|
||||
|
||||
OS/X users run ``boot2docker`` to create a minimalist virtual machine running the docker daemon. That
|
||||
virtual machine then launches docker commands on behalf of the OS/X command line. The means that ``host
|
||||
directories`` refer to directories in the ``boot2docker`` virtual machine, not the OS/X filesystem.
|
||||
|
||||
Similarly, anytime when the docker daemon is on a remote machine, the ``host directories`` always refer to directories on the daemon's machine.
|
||||
|
||||
Known Issues
|
||||
............
|
||||
|
||||
|
|
Loading…
Reference in a new issue