Skip to content

Commit 316665c

Browse files
mastersingh24nickgaski
authored andcommitted
[FAB-4210] Add note about shared volumes
All of the samples configurations make use of shared volumes for Docker. This can be tricky for Windows and macOS users if they are not familiar with how this works with Docker Toolbox and/or Docker for Windows and macOS. Formatting tweaks [ci-skip] Change-Id: I49a8b89c47583178a27cec9d8269a2304b3081e3 Signed-off-by: Gari Singh <[email protected]> Signed-off-by: Nick Gaski <[email protected]>
1 parent efbaee5 commit 316665c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/source/samples.rst

+13
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ Hyperledger Fabric Samples
66
Please visit the :doc:`prereqs` if you haven't previously installed
77
it.
88

9+
If you are using Docker Toolbox on Windows 7 or macOS, you
10+
will need to use a location under ``C:\Users`` (Windows 7) or
11+
``/Users`` (macOS) when installing and running the samples.
12+
13+
If you are using Docker for Mac, you will need to use a location
14+
under ``/Users``, ``/Volumes``, ``/private``, or ``/tmp``. To use a different
15+
location, please consult the Docker documentation for
16+
`file sharing <https://docs.docker.com/docker-for-mac/#file-sharing>`__.
17+
18+
If you are using Docker for Windows, please consult the Docker
19+
documentation for `shared drives <https://docs.docker.com/docker-for-windows/#shared-drives>`__
20+
and use a location under one of the shared drives.
21+
922
Determine a location on your machine where you want to place the Hyperledger
1023
Fabric samples applications repository and open that in a terminal window. Then,
1124
execute the following commands:

0 commit comments

Comments
 (0)