Skip to content

Commit

Permalink
docs: fix inaccuracies in bind_mounts docs. (#8254)
Browse files Browse the repository at this point in the history
  • Loading branch information
ioga authored Oct 26, 2023
1 parent d3bd2cb commit 65219ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/reference/deploy/master-config-reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ The default list of devices to pass to the Docker daemon. Ignored by resource ma
===============

The default bind mounts to pass to the Docker container. Ignored by resource managers of type
``kubernetes``. See :ref:`resources.devices <exp-bind-mounts>` for more details.
``kubernetes``. See :ref:`bind_mounts <exp-bind-mounts>` for more details.

``kubernetes``
==============
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/training/experiment-config-reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1170,12 +1170,12 @@ For each bind mount, the following optional fields may also be specified:
``read_only``
=============

Required. Whether the bind-mount should be a read-only mount. Defaults to ``false``.
Optional. Whether the bind-mount should be a read-only mount. Defaults to ``false``.

``propagation``
===============

Required. `Propagation behavior
Optional. `Propagation behavior
<https://docs.docker.com/storage/bind-mounts/#configure-bind-propagation>`__ for replicas of the
bind-mount. Defaults to ``rprivate``.

Expand Down

0 comments on commit 65219ca

Please sign in to comment.