Fix alerts on bind mounts page

This commit is contained in:
Mark H 2022-04-25 11:03:49 +01:00
parent 6a45693de1
commit 51a49dc4bf
2 changed files with 7 additions and 5 deletions

View File

@ -4,7 +4,7 @@
These rules control the display of notes/notifications/alerts. They can be used like so: These rules control the display of notes/notifications/alerts. They can be used like so:
> **This is a paid feature** > This is a paid feature
> >
> Docker Hub Vulnerability Scanning is available for developers subscribed to a Pro or a Team plan. For more information about the pricing plans, see [Docker Pricing](https://www.docker.com/pricing?utm_source=docker&utm_medium=webreferral&utm_campaign=docs_driven_upgrade) > Docker Hub Vulnerability Scanning is available for developers subscribed to a Pro or a Team plan. For more information about the pricing plans, see [Docker Pricing](https://www.docker.com/pricing?utm_source=docker&utm_medium=webreferral&utm_campaign=docs_driven_upgrade)
{: .restricted } {: .restricted }

View File

@ -29,7 +29,9 @@ In general, `--mount` is more explicit and verbose. The biggest difference is th
the `-v` syntax combines all the options together in one field, while the `--mount` the `-v` syntax combines all the options together in one field, while the `--mount`
syntax separates them. Here is a comparison of the syntax for each flag. syntax separates them. Here is a comparison of the syntax for each flag.
> **Tip**: New users should use the `--mount` syntax. Experienced users may > Tip
>
> New users should use the `--mount` syntax. Experienced users may
> be more familiar with the `-v` or `--volume` syntax, but are encouraged to > be more familiar with the `-v` or `--volume` syntax, but are encouraged to
> use `--mount`, because research has shown it to be easier to use. > use `--mount`, because research has shown it to be easier to use.
@ -289,10 +291,10 @@ propagation setting has a recursive counterpoint. In the case of recursion,
consider that `/tmp/a` is also mounted as `/foo`. The propagation settings consider that `/tmp/a` is also mounted as `/foo`. The propagation settings
control whether `/mnt/a` and/or `/tmp/a` would exist. control whether `/mnt/a` and/or `/tmp/a` would exist.
> **Warning:** > Warning
> >
> Mount propagation doesn't work with Docker Desktop. > Mount propagation doesn't work with Docker Desktop.
{: .warning {: .warning }
| Propagation setting | Description | | Propagation setting | Description |
|:--------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| |:--------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|