File tree 1 file changed +15
-5
lines changed
1 file changed +15
-5
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,21 @@ Requirements
27
27
------------
28
28
29
29
Using require `Docker <https://wiki.gentoo.org/wiki/Docker >`_ and `FUSE
30
- <https://wiki.gentoo.org/wiki/Filesystem_in_Userspace> `_. Docker must be
31
- configured to use the `devicemapper
32
- <https://docs.docker.com/storage/storagedriver/device-mapper-driver/> `_
33
- storage driver. This can be achieved with the following inside
34
- ``/etc/docker/daemon.json ``:
30
+ <https://wiki.gentoo.org/wiki/Filesystem_in_Userspace> `_.
31
+
32
+ If you plan to use specific storage driver options (by passing
33
+ ``--storage-opt ``), be aware that these are specific to the `configured Docker
34
+ storage driver
35
+ <https://docs.docker.com/storage/storagedriver/select-storage-driver/> `__. Refer
36
+ to the Docker documentation about `storage drivers
37
+ <https://docs.docker.com/storage/storagedriver/> `_ for more information.
38
+ Particularly see the list of `options per storage driver
39
+ <https://docs.docker.com/engine/reference/commandline/dockerd/#options-per-storage-driver> `_.
40
+
41
+ System-wide configuration of the storage driver used by Docker is done in
42
+ ``/etc/docker/daemon.json ``. For example, to select the `devicemapper
43
+ <https://docs.docker.com/storage/storagedriver/device-mapper-driver/> `_ storage
44
+ driver, specify:
35
45
36
46
.. code-block :: javascript
37
47
You can’t perform that action at this time.
0 commit comments