diff --git a/_scss/_notes.scss b/_scss/_notes.scss index 8f8d8591a6..e8418af20b 100644 --- a/_scss/_notes.scss +++ b/_scss/_notes.scss @@ -4,7 +4,7 @@ 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) {: .restricted } diff --git a/storage/bind-mounts.md b/storage/bind-mounts.md index d0de1010f0..348f43caf9 100644 --- a/storage/bind-mounts.md +++ b/storage/bind-mounts.md @@ -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` 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 > 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 control whether `/mnt/a` and/or `/tmp/a` would exist. -> **Warning:** -> +> Warning +> > Mount propagation doesn't work with Docker Desktop. -{: .warning +{: .warning } | Propagation setting | Description | |:--------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|