Skip to content

Commit f966683

Browse files
Update all outdated callouts
1 parent e228236 commit f966683

File tree

17 files changed

+146
-179
lines changed

17 files changed

+146
-179
lines changed

content/get-started/workshop/08_using_compose.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -268,12 +268,12 @@ quickly see what container is your app and which container is the mysql database
268268
When you're ready to tear it all down, simply run `docker compose down` or hit the trash can on the Docker Desktop Dashboard
269269
for the entire app. The containers will stop and the network will be removed.
270270

271-
>**Warning**
271+
> [!WARNING]
272272
>
273-
>By default, named volumes in your compose file are not removed when you run `docker compose down`. If you want to
273+
> By default, named volumes in your compose file are not removed when you run `docker compose down`. If you want to
274274
>remove the volumes, you need to add the `--volumes` flag.
275275
>
276-
>The Docker Desktop Dashboard does not remove volumes when you delete the app stack.
276+
> The Docker Desktop Dashboard does not remove volumes when you delete the app stack.
277277

278278
## Summary
279279

content/includes/aci-ecs-eol.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
>**Important**
1+
>[!IMPORTANT]
22
>
33
>Docker Compose's integration for ECS and ACI is retiring in November 2023.

content/includes/install-script.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ of the convenience script:
3030
using the script to update an existing installation, dependencies may not be
3131
updated to the expected version, resulting in outdated versions.
3232

33-
> **Tip: preview script steps before running**
33+
> [!TIP]
3434
>
35-
> You can run the script with the `--dry-run` option to learn what steps the
35+
> Preview script steps before running. You can run the script with the `--dry-run` option to learn what steps the
3636
> script will run when invoked:
3737
>
3838
> ```console

content/manuals/compose/releases/release-notes.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -977,9 +977,9 @@ For the full change log or additional information, check the [Compose repository
977977

978978
{{< release-date date="2022-09-27" >}}
979979

980-
> [!NOTE]
981-
>
982-
> - Updates on environment file syntax & interpolation: see [compose#9879](https://github.com/docker/compose/issues/9879)
980+
> [!NOTE]
981+
>
982+
> - Updates on environment file syntax & interpolation: see [compose#9879](https://github.com/docker/compose/issues/9879)
983983
> - Setting `DOCKER_HOST` via `.env` files is not supported in Compose v2
984984
985985
### Updates
@@ -1118,10 +1118,9 @@ For the full change log, check the [Compose repository 2.10.0 release page](http
11181118
> [!IMPORTANT]
11191119
>
11201120
> Compose v2.9.0 contains changes to the environment variable's precedence that have since been reverted. We recommend using v2.10+ to avoid compatibility issues.
1121-
>
11221121
11231122
> [!NOTE]
1124-
>
1123+
>
11251124
> This release reverts the breaking changes introduced in [Compose v2.8.0](#280) by [`compose-go v1.3.0`](https://github.com/compose-spec/compose-go/releases/tag/v1.3.0).
11261125
11271126
### Updates
@@ -1949,8 +1948,9 @@ This release contains minor improvements and bug fixes.
19491948

19501949
- Reverted a 1.23.0 change that appended random strings to container names
19511950
created by `docker-compose up`, causing addressability issues.
1952-
> [!NOTE]: Containers created by `docker-compose run` will continue to use
1953-
randomly generated names to avoid collisions during parallel runs.
1951+
> [!NOTE]
1952+
>
1953+
> Containers created by `docker-compose run` will continue to use randomly generated names to avoid collisions during parallel runs.
19541954
19551955
- Fixed an issue where some `dockerfile` paths would fail unexpectedly when
19561956
attempting to build on Windows.
@@ -2954,7 +2954,10 @@ naming scheme accordingly before upgrading.
29542954
- Containers dependencies can now be set up to wait on positive healthchecks
29552955
when declared using `depends_on`. See the documentation for the updated
29562956
syntax.
2957-
**Note**: This feature will not be ported to version 3 Compose files.
2957+
2958+
> [!NOTE]
2959+
>
2960+
> This feature will not be ported to version 3 Compose files.
29582961
29592962
- Added support for the `sysctls` parameter in service definitions
29602963

content/manuals/desktop/faqs/macfaqs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ To move the disk image file to a different location:
6767

6868
3. Select **Apply & Restart** for the changes to take effect.
6969

70-
>**Important**
70+
>[!IMPORTANT]
7171
>
7272
> Do not move the file directly in Finder as this can cause Docker Desktop to lose track of the file.
7373

content/manuals/desktop/previous-versions/edge-releases-mac.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1926,7 +1926,9 @@ events or unexpected unmounts.
19261926

19271927
### Beta 18.1 Release Notes (2016-07-07 1.12.0-rc3-beta18.1)
19281928

1929-
>**Note**: Docker 1.12.0 RC3 release introduces a backward incompatible change from RC2. You can fix this by recreating or updating your containers.
1929+
>[!NOTE]
1930+
>
1931+
> Docker 1.12.0 RC3 release introduces a backward incompatible change from RC2. You can fix this by recreating or updating your containers.
19301932
19311933
**Hotfix**
19321934

content/manuals/desktop/previous-versions/edge-releases-windows.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1276,9 +1276,10 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus
12761276
TCP connection is idle for more than 5 minutes (related to
12771277
[docker/for-mac#1374](https://github.com/docker/for-mac/issues/1374))
12781278

1279-
> [!NOTE]: The link above goes to Docker for Mac issues because a
1280-
Mac user reported this problem, which applied to both Mac and Windows
1281-
and was fixed on both.
1279+
> [!NOTE]
1280+
>
1281+
> The link above goes to Docker for Mac issues because a
1282+
Mac user reported this problem, which applied to both Mac and Windows and was fixed on both.
12821283

12831284
### Docker Community Edition 17.07.0-rc3-win23 Release Notes (2017-08-21 17.07.0-win23)
12841285

@@ -2070,7 +2071,9 @@ Unreleased. See Beta 23 for changes.
20702071

20712072
### Beta 18.1 Release (2016-07-07 1.12.0-rc3-beta18.1)
20722073

2073-
>**Note**: Docker 1.12.0 RC3 release introduces a backward incompatible change from RC2. You can fix this by recreating or updating your containers.
2074+
>[!NOTE]
2075+
>
2076+
> Docker 1.12.0 RC3 release introduces a backward incompatible change from RC2. You can fix this by recreating or updating your containers.
20742077
20752078
**Hotfix**
20762079

@@ -2493,7 +2496,9 @@ are working on a solution.
24932496
* Fix msi version
24942497
* Don't truncate Toolbox link
24952498

2496-
>**Note**: Docker for Windows skipped from Beta 1 to Beta 5 at this point to synch up the version numbering with Docker for Mac, which went into beta cycles a little earlier.
2499+
>[!NOTE]
2500+
>
2501+
> Docker for Windows skipped from Beta 1 to Beta 5 at this point to synch up the version numbering with Docker for Mac, which went into beta cycles a little earlier.
24972502
24982503
### Beta 1 Release (2016-03-24 1.10.6)
24992504

content/manuals/engine/logging/configure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ As a default, Docker uses the [`json-file` logging driver](drivers/json-file.md)
2222
caches container logs as JSON internally. In addition to using the logging drivers
2323
included with Docker, you can also implement and use [logging driver plugins](plugins.md).
2424

25-
> **Tip: use the `local` logging driver to prevent disk-exhaustion**
25+
> [!TIP]
2626
>
27-
> By default, no log-rotation is performed. As a result, log-files stored by the
27+
> Use the `local` logging driver to prevent disk-exhaustion. By default, no log-rotation is performed. As a result, log-files stored by the
2828
> default [`json-file` logging driver](drivers/json-file.md) logging driver can cause
2929
> a significant amount of disk space to be used for containers that generate much
3030
> output, which can lead to disk space exhaustion.

content/manuals/engine/network/links.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ aliases:
99
- /network/links/
1010
---
1111

12-
>**Warning**
13-
>
14-
>The `--link` flag is a legacy feature of Docker. It may eventually
12+
> [!WARNING]
13+
>
14+
> The `--link` flag is a legacy feature of Docker. It may eventually
1515
be removed. Unless you absolutely need to continue using it, we recommend that you use
1616
user-defined networks to facilitate communication between two containers instead of using
1717
`--link`. One feature that user-defined networks do not support that you can do

content/manuals/engine/release-notes/17.03.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,9 @@ toc_max: 2
7171
## 17.03.0-ce
7272
2017-03-01
7373

74-
**IMPORTANT**: Starting with this release, Docker is on a monthly release cycle and uses a
75-
new YY.MM versioning scheme to reflect this. Two channels are available: monthly and quarterly.
76-
Any given monthly release will only receive security and bugfixes until the next monthly
77-
release is available. Quarterly releases receive security and bugfixes for 4 months after
78-
initial release. This release includes bugfixes for 1.13.1 but
79-
there are no major feature additions and the API version stays the same.
80-
Upgrading from Docker 1.13.1 to 17.03.0 is expected to be simple and low-risk.
74+
>[!IMPORTANT]
75+
>
76+
> Starting with this release, Docker is on a monthly release cycle and uses a new YY.MM versioning scheme to reflect this. Two channels are available: monthly and quarterly. Any given monthly release will only receive security and bugfixes until the next monthly release is available. Quarterly releases receive security and bugfixes for 4 months after initial release. This release includes bugfixes for 1.13.1 but there are no major feature additions and the API version stays the same. Upgrading from Docker 1.13.1 to 17.03.0 is expected to be simple and low-risk.
8177
8278
### Client
8379

0 commit comments

Comments
 (0)