Skip to content

Commit 202cabe

Browse files
Found more outdated callouts, fixed whitespacing
1 parent f966683 commit 202cabe

File tree

22 files changed

+94
-73
lines changed

22 files changed

+94
-73
lines changed

_vendor/github.com/moby/moby/docs/api/v1.24.md

Lines changed: 16 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

content/get-started/docker-concepts/the-basics/what-is-a-registry.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The following diagram shows the relationship between a registry, repositories, a
5252
+---------------------------------------+
5353
```
5454

55-
>**Note**
55+
> [!NOTE]
5656
>
5757
> You can create one private repository and unlimited public repositories using the free version of Docker Hub. For more information, visit the [Docker Hub subscription page](https://www.docker.com/pricing/).
5858
@@ -112,7 +112,7 @@ Don't worry about the specifics of the Dockerfile, as you'll learn about that in
112112
docker build -t <YOUR_DOCKER_USERNAME>/docker-quickstart .
113113
```
114114

115-
>**Note**
115+
> [!NOTE]
116116
>
117117
> Make sure you include the dot (.) at the end of the `docker build` command. This tells Docker where to find the Dockerfile.
118118

content/get-started/workshop/03_updating_app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ To remove a container, you first need to stop it. Once it has stopped, you can r
7272
$ docker rm <the-container-id>
7373
```
7474

75-
>**Note**
75+
> [!NOTE]
7676
>
77-
>You can stop and remove a container in a single command by adding the `force` flag to the `docker rm` command. For example: `docker rm -f <the-container-id>`
77+
> You can stop and remove a container in a single command by adding the `force` flag to the `docker rm` command. For example: `docker rm -f <the-container-id>`
7878
7979
{{< /tab >}}
8080
{{< tab name="Docker Desktop" >}}

content/manuals/build/bake/contexts.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,14 +93,14 @@ multiple Dockerfiles that can't be easily merged into one.
9393

9494
## Deduplicate context transfer
9595

96-
> **Note**
96+
> [!NOTE]
9797
>
98-
> As of Buildx version 0.17.0 and later, Bake automatically deduplicates
98+
> As of Buildx version 0.17.0 and later, Bake automatically de-duplicates
9999
> context transfer for targets that share the same context. In addition to
100100
> Buildx version 0.17.0, the builder must be running BuildKit version 0.16.0 or
101101
> later, and the Dockerfile syntax must be `docker/dockerfile:1.10` or later.
102102
>
103-
> If you meet these requirements, you don't need to manually deduplicate
103+
> If you meet these requirements, you don't need to manually de-duplicate
104104
> context transfer as described in this section.
105105
>
106106
> - To check your Buildx version, run `docker buildx version`.

content/manuals/compose/intro/compose-application-model.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ Computing components of an application are defined as [services](/reference/comp
1919

2020
Services communicate with each other through [networks](/reference/compose-file/networks.md). In the Compose Specification, a network is a platform capability abstraction to establish an IP route between containers within services connected together.
2121

22-
Services store and share persistent data into [volumes](/reference/compose-file/volumes.md). The Specification describes such a persistent data as a high-level filesystem mount with global options.
22+
Services store and share persistent data into [volumes](/reference/compose-file/volumes.md). The Specification describes such a persistent data as a high-level filesystem mount with global options.
2323

2424
Some services require configuration data that is dependent on the runtime or platform. For this, the Specification defines a dedicated [configs](/reference/compose-file/configs.md) concept. From a service container point of view, configs are comparable to volumes, in that they are files mounted into the container. But the actual definition involves distinct platform resources and services, which are abstracted by this type.
2525

2626
A [secret](/reference/compose-file/secrets.md) is a specific flavor of configuration data for sensitive data that should not be exposed without security considerations. Secrets are made available to services as files mounted into their containers, but the platform-specific resources to provide sensitive data are specific enough to deserve a distinct concept and definition within the Compose specification.
2727

28-
>**Note**
28+
> [!NOTE]
2929
>
3030
> With volumes, configs and secrets you can have a simple declaration at the top-level and then add more platform-specific information at the service level.
3131

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

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1450,7 +1450,9 @@ TCP connection is idle for more than five minutes (related to
14501450

14511451
### Beta 36 Release Notes (2017-01-12 1.13.0-rc6-beta36)
14521452

1453-
>**Important Note:** Plugins installed using the experimental "managed plugins" feature in Docker 1.12 must be removed/uninstalled before upgrading.
1453+
> [!IMPORTANT]
1454+
>
1455+
> Plugins installed using the experimental "managed plugins" feature in Docker 1.12 must be removed/uninstalled before upgrading.
14541456
14551457
**Upgrades**
14561458

@@ -1464,7 +1466,9 @@ TCP connection is idle for more than five minutes (related to
14641466

14651467
### Beta 35 Release Notes (2017-01-06 1.13.0-rc5-beta35)
14661468

1467-
>**Important Note:** Plugins installed using the experimental "managed plugins" feature in Docker 1.12 must be removed/uninstalled before upgrading.
1469+
> [!IMPORTANT]
1470+
>
1471+
> Plugins installed using the experimental "managed plugins" feature in Docker 1.12 must be removed/uninstalled before upgrading.
14681472
14691473
**Upgrades**
14701474

@@ -1475,7 +1479,9 @@ TCP connection is idle for more than five minutes (related to
14751479

14761480
### Beta 34.1 Release Notes (2016-12-22 1.13.0-rc4-beta34.1)
14771481

1478-
>**Important Note:** Plugins installed using the experimental "managed plugins" feature in Docker 1.12 must be removed/uninstalled before upgrading.
1482+
> [!IMPORTANT]
1483+
>
1484+
> Plugins installed using the experimental "managed plugins" feature in Docker 1.12 must be removed/uninstalled before upgrading.
14791485
14801486
**Hotfix**
14811487

@@ -1487,7 +1493,9 @@ TCP connection is idle for more than five minutes (related to
14871493

14881494
### Beta 34 Release Notes (2016-12-20 1.13.0-rc4-beta34)
14891495

1490-
>**Important Note:** Plugins installed using the experimental "managed plugins" feature in Docker 1.12 must be removed/uninstalled before upgrading.
1496+
> [!IMPORTANT]
1497+
>
1498+
> Plugins installed using the experimental "managed plugins" feature in Docker 1.12 must be removed/uninstalled before upgrading.
14911499
14921500
**New**
14931501

@@ -1509,15 +1517,19 @@ TCP connection is idle for more than five minutes (related to
15091517

15101518
### Beta 33.1 Release Notes (2016-12-16 1.13.0-rc3-beta33.1)
15111519

1512-
>**Important Note:** Plugins installed using the experimental "managed plugins" feature in Docker 1.12 must be removed/uninstalled before upgrading.
1520+
> [!IMPORTANT]
1521+
>
1522+
> Plugins installed using the experimental "managed plugins" feature in Docker 1.12 must be removed/uninstalled before upgrading.
15131523
15141524
**Hotfix**
15151525

15161526
- Fixed issue where sometimes TRIM would cause the virtual machine to hang
15171527

15181528
### Beta 33 Release Notes (2016-12-15 1.13.0-rc3-beta33)
15191529

1520-
>**Important Note:** Plugins installed using the experimental "managed plugins" feature in Docker 1.12 must be removed/uninstalled before upgrading.
1530+
> [!IMPORTANT]
1531+
>
1532+
> Plugins installed using the experimental "managed plugins" feature in Docker 1.12 must be removed/uninstalled before upgrading.
15211533
15221534
**New**
15231535

@@ -1926,7 +1938,7 @@ events or unexpected unmounts.
19261938

19271939
### Beta 18.1 Release Notes (2016-07-07 1.12.0-rc3-beta18.1)
19281940

1929-
>[!NOTE]
1941+
> [!NOTE]
19301942
>
19311943
> Docker 1.12.0 RC3 release introduces a backward incompatible change from RC2. You can fix this by recreating or updating your containers.
19321944

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

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1627,7 +1627,9 @@ registry access (fixes [docker/for-win#569](https://github.com/docker/for-win/is
16271627

16281628
### Beta 36 Release Notes (2017-01-12 1.13.0-rc6-beta36)
16291629

1630-
>**Important Note:** Plugins installed using the experimental "managed plugins" feature in Docker 1.12 must be removed/uninstalled before upgrading.
1630+
> [!IMPORTANT]
1631+
>
1632+
> Plugins installed using the experimental "managed plugins" feature in Docker 1.12 must be removed/uninstalled before upgrading.
16311633
16321634
**Upgrades**
16331635

@@ -1641,7 +1643,9 @@ registry access (fixes [docker/for-win#569](https://github.com/docker/for-win/is
16411643

16421644
### Beta 35 Release Notes (2017-01-06 1.13.0-rc5-beta35)
16431645

1644-
>**Important Note:** Plugins installed using the experimental "managed plugins" feature in Docker 1.12 must be removed/uninstalled before upgrading.
1646+
> [!IMPORTANT]
1647+
>
1648+
> Plugins installed using the experimental "managed plugins" feature in Docker 1.12 must be removed/uninstalled before upgrading.
16451649
16461650
**Upgrades**
16471651

@@ -1670,7 +1674,9 @@ registry access (fixes [docker/for-win#569](https://github.com/docker/for-win/is
16701674

16711675
### Beta 33 Release Notes (2016-12-15 1.13.0-rc3-beta33)
16721676

1673-
>**Important Note:** Plugins installed using the experimental "managed plugins" feature in Docker 1.12 must be removed/uninstalled before upgrading.
1677+
> [!IMPORTANT]
1678+
>
1679+
> Plugins installed using the experimental "managed plugins" feature in Docker 1.12 must be removed/uninstalled before upgrading.
16741680
16751681
**New**
16761682

@@ -1687,7 +1693,9 @@ registry access (fixes [docker/for-win#569](https://github.com/docker/for-win/is
16871693

16881694
### Beta 32.1 Release Notes (2016-12-09 1.13.0-rc3-beta32.1)
16891695

1690-
>**Important Note:** Plugins installed using the experimental "managed plugins" feature in Docker 1.12 must be removed/uninstalled before upgrading.
1696+
> [!IMPORTANT]
1697+
>
1698+
> Plugins installed using the experimental "managed plugins" feature in Docker 1.12 must be removed/uninstalled before upgrading.
16911699
16921700
**Hotfixes**
16931701

@@ -1717,9 +1725,9 @@ registry access (fixes [docker/for-win#569](https://github.com/docker/for-win/is
17171725

17181726
### Beta 32 Release Notes (2016-12-07 1.13.0-rc3-beta32)
17191727

1720-
>**Important Note**:
1728+
> [!IMPORTANT]
17211729
>
1722-
> Plugins installed using the experimental "managed plugins" feature in Docker 1.12 must be removed/uninstalled before upgrading.
1730+
> Plugins installed using the experimental "managed plugins" feature in Docker 1.12 must be removed/uninstalled before upgrading.
17231731
17241732
**New**
17251733

content/manuals/docker-hub/builds/link-source.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ aliases:
1010

1111
> [!NOTE]
1212
>
13-
> Automated builds require a
14-
> [Docker Pro, Team, or Business subscription](../../subscription/_index.md).
13+
> Automated builds require a [Docker Pro, Team, or Business subscription](../../subscription/_index.md).
1514
1615
To automate building and testing of your images, you link to your hosted source
1716
code service to Docker Hub so that it can access your source code
@@ -38,7 +37,7 @@ If you are linking a source code provider to create autobuilds for a team, follo
3837

3938
![Granting access to GitHub account](images/authorize-builder.png)
4039

41-
>**Note**
40+
> [!NOTE]
4241
>
4342
> If you are the owner of any GitHub organizations, you might see
4443
options to grant Docker Hub access to them from this screen. You can also
@@ -140,6 +139,7 @@ unlink it both from Docker Hub, and revoke authorization in your Bitbucket accou
140139
3. From the **Linked accounts** tab, select the **Plug** icon next to the source provider you want to remove.
141140

142141
> [!IMPORTANT]
142+
>
143143
> After unlinking the account on Docker Hub, you must also revoke the authorization on the Bitbucket end.
144144
145145
To revoke authorization in your Bitbucket account:

content/manuals/docker-hub/builds/manage-builds.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ keywords: autobuilds, automated, docker hub, registry
66

77
> [!NOTE]
88
>
9-
> Automated builds require a
10-
> [Docker Pro, Team, or Business subscription](../../subscription/_index.md).
9+
> Automated builds require a [Docker Pro, Team, or Business subscription](../../subscription/_index.md).
1110
1211
## Cancel or retry a build
1312

@@ -32,11 +31,9 @@ From either location, you can select a build job to view its build report. The
3231
build report shows information about the build job. This includes the source
3332
repository and branch, or tag, the build logs, the build duration, creation time and location, and the user account the build occurred in.
3433

35-
>**Note**
34+
> [!NOTE]
3635
>
37-
> You can now view the progress of your builds every 30 seconds when you
38-
> refresh the **Builds** page. With the in-progress build logs, you can debug your
39-
> builds before they're finished.
36+
> You can now view the progress of your builds every 30 seconds when you refresh the **Builds** page. With the in-progress build logs, you can debug your builds before they're finished.
4037
4138
![Build report](/docker-hub/images/index-report.png)
4239

content/manuals/docker-hub/download-rate-limit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ docker-ratelimit-source
213213

214214
These headers are returned on both GET and HEAD requests.
215215

216-
>**Note**
216+
> [!NOTE]
217217
>
218218
> Using GET emulates a real pull and counts towards the limit. Using HEAD won't.
219219
> To check your limits, you need `curl`, `grep`, and `jq` installed.

0 commit comments

Comments
 (0)