Skip to content

Commit c7b5373

Browse files
authored
Get Docker: fix broken links and wrap markdown to 80 char (docker#10691)
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent fdc7e5b commit c7b5373

File tree

4 files changed

+29
-23
lines changed

4 files changed

+29
-23
lines changed

get-docker.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,37 +10,43 @@ redirect_from:
1010
---
1111

1212

13-
Docker is an open platform for developing, shipping, and running applications. Docker enables you to separate your applications from your infrastructure so you can deliver software quickly. With Docker, you can manage your infrastructure in the same ways you manage your applications. By taking advantage of Docker’s methodologies for shipping, testing, and deploying code quickly, you can significantly reduce the delay between writing code and running it in production.
13+
Docker is an open platform for developing, shipping, and running applications.
14+
Docker enables you to separate your applications from your infrastructure so you
15+
can deliver software quickly. With Docker, you can manage your infrastructure in
16+
the same ways you manage your applications. By taking advantage of Docker’s
17+
methodologies for shipping, testing, and deploying code quickly, you can
18+
significantly reduce the delay between writing code and running it in production.
1419

15-
You can download and install Docker on multiple platforms. Refer to the following section and choose the best installation path for you.
20+
You can download and install Docker on multiple platforms. Refer to the following
21+
section and choose the best installation path for you.
1622

1723
<div class="component-container">
1824
<!--start row-->
1925
<div class="row">
2026
<div class="col-sm-12 col-md-12 col-lg-4 block">
2127
<div class="component">
2228
<div class="component-icon">
23-
<a href="docker-for-mac/install/"> <img src="../images/apple_48.svg" alt="Docker Desktop for Mac"> </a>
29+
<a href="/docker-for-mac/install/"><img src="/images/apple_48.svg" alt="Docker Desktop for Mac"></a>
2430
</div>
25-
<h3 id="docker-for-mac"><a href="docker-for-mac/install/">Docker Desktop for Mac</a></h3>
31+
<h3 id="docker-for-mac"><a href="/docker-for-mac/install/">Docker Desktop for Mac</a></h3>
2632
<p>A native application using the macOS sandbox security model which delivers all Docker tools to your Mac.</p>
2733
</div>
2834
</div>
2935
<div class="col-sm-12 col-md-12 col-lg-4 block">
3036
<div class="component">
3137
<div class="component-icon">
32-
<a href="docker-for-windows/install/"> <img src="../images/windows_48.svg" alt="Docker Desktop for Windows"> </a>
38+
<a href="/docker-for-windows/install/"><img src="/images/windows_48.svg" alt="Docker Desktop for Windows"></a>
3339
</div>
34-
<h3 id="docker-for-windows/install/"><a href="docker-for-windows/install/">Docker Desktop for Windows</a></h3>
40+
<h3 id="docker-for-windows/install/"><a href="/docker-for-windows/install/">Docker Desktop for Windows</a></h3>
3541
<p>A native Windows application which delivers all Docker tools to your Windows computer.</p>
3642
</div>
3743
</div>
3844
<div class="col-sm-12 col-md-12 col-lg-4 block">
3945
<div class="component">
4046
<div class="component-icon">
41-
<a href="install/linux/ubuntu/"> <img src="../images/linux_48.svg" alt="Docker for Linux"> </a>
47+
<a href="/engine/install/"><img src="/images/linux_48.svg" alt="Docker for Linux"></a>
4248
</div>
43-
<h3 id="docker-for-linux"><a href="engine/install/">Docker for Linux</a></h3>
49+
<h3 id="docker-for-linux"><a href="/engine/install/">Docker for Linux</a></h3>
4450
<p>Install Docker on a computer which already has a Linux distribution installed.</p>
4551
</div>
4652
</div>

index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,27 +25,27 @@ production servers in the cloud. Total reading time is less than an hour.
2525
<div class="col-sm-12 col-md-12 col-lg-4 block">
2626
<div class="component">
2727
<div class="component-icon">
28-
<a href="docker-for-mac/install/"> <img src="../images/apple_48.svg" alt="Docker Desktop for Mac"> </a>
28+
<a href="/docker-for-mac/install/"><img src="/images/apple_48.svg" alt="Docker Desktop for Mac"></a>
2929
</div>
30-
<h3 id="docker-for-mac"><a href="docker-for-mac/install/">Docker Desktop for Mac</a></h3>
30+
<h3 id="docker-for-mac"><a href="/docker-for-mac/install/">Docker Desktop for Mac</a></h3>
3131
<p>A native application using the macOS sandbox security model which delivers all Docker tools to your Mac.</p>
3232
</div>
3333
</div>
3434
<div class="col-sm-12 col-md-12 col-lg-4 block">
3535
<div class="component">
3636
<div class="component-icon">
37-
<a href="docker-for-windows/install/"> <img src="../images/windows_48.svg" alt="Docker Desktop for Windows"> </a>
37+
<a href="/docker-for-windows/install/"><img src="/images/windows_48.svg" alt="Docker Desktop for Windows"></a>
3838
</div>
39-
<h3 id="docker-for-windows"><a href="docker-for-windows/install/">Docker Desktop for Windows</a></h3>
39+
<h3 id="docker-for-windows/install/"><a href="/docker-for-windows/install/">Docker Desktop for Windows</a></h3>
4040
<p>A native Windows application which delivers all Docker tools to your Windows computer.</p>
4141
</div>
4242
</div>
4343
<div class="col-sm-12 col-md-12 col-lg-4 block">
4444
<div class="component">
4545
<div class="component-icon">
46-
<a href="engine/install/"> <img src="../images/linux_48.svg" alt="Docker for Linux"> </a>
46+
<a href="/engine/install/"><img src="/images/linux_48.svg" alt="Docker for Linux"></a>
4747
</div>
48-
<h3 id="docker-for-linux"><a href="engine/install/">Docker for Linux</a></h3>
48+
<h3 id="docker-for-linux"><a href="/engine/install/">Docker for Linux</a></h3>
4949
<p>Install Docker on a computer which already has a Linux distribution installed.</p>
5050
</div>
5151
</div>

notary/reference/client-config.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ JSON keys to learn more about the configuration section corresponding to that ke
2222

2323

2424
<pre><code class="language-json">{
25-
<a href="client-config.md#trust_dir-section-optional">"trust_dir"</a> : "~/.docker/trust",
26-
<a href="client-config.md#remote_server-section-optional">"remote_server"</a>: {
25+
<a href="#trust_dir-section-optional">"trust_dir"</a> : "~/.docker/trust",
26+
<a href="#remote_server-section-optional">"remote_server"</a>: {
2727
"url": "https://my-notary-server.my-private-registry.com",
2828
"root_ca": "./fixtures/root-ca.crt",
2929
"tls_client_cert": "./fixtures/secure.example.com.crt",
3030
"tls_client_key": "./fixtures/secure.example.com.crt"
3131
},
32-
<a href="client-config.md#trust_pinning-section-optional">"trust_pinning"</a>: {
32+
<a href="#trust_pinning-section-optional">"trust_pinning"</a>: {
3333
"certs": {
3434
"docker.com/notary": ["49cf5c6404a35fa41d5a5aa2ce539dfee0d7a2176d0da488914a38603b1f4292"]
3535
}

registry/glossary.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ This page contains definitions for distribution related terms.
1111
<dd>
1212
<blockquote>A blob is any kind of content that is stored by a Registry under a content-addressable identifier (a "digest").</blockquote>
1313
<p>
14-
<a href="glossary.md#layer">Layers</a> are a good example of "blobs".
14+
<a href="#layer">Layers</a> are a good example of "blobs".
1515
</p>
1616
</dd>
1717

1818
<dt id="image"><h4>Image</h4></dt>
1919
<dd>
2020
<blockquote>An image is a named set of immutable data from which a Docker container can be created.</blockquote>
2121
<p>
22-
An image is represented by a json file called a <a href="glossary.md#manifest">manifest</a>, and is conceptually a set of <a hred="glossary.md#layer">layers</a>.
22+
An image is represented by a json file called a <a href="#manifest">manifest</a>, and is conceptually a set of <a href="#layer">layers</a>.
2323

24-
Image names indicate the location where they can be pulled from and pushed to, as they usually start with a <a href="glossary.md#registry">registry</a> domain name and port.
24+
Image names indicate the location where they can be pulled from and pushed to, as they usually start with a <a href="#registry">registry</a> domain name and port.
2525

2626
</p>
2727
</dd>
@@ -30,7 +30,7 @@ This page contains definitions for distribution related terms.
3030
<dd>
3131
<blockquote>A layer is a tar archive bundling partial content from a filesystem.</blockquote>
3232
<p>
33-
Layers from an <a href="glossary.md#image">image</a> are usually extracted in order on top of each other to make up a root filesystem from which containers run out.
33+
Layers from an <a href="#image">image</a> are usually extracted in order on top of each other to make up a root filesystem from which containers run out.
3434
</p>
3535
</dd>
3636

@@ -45,7 +45,7 @@ This page contains definitions for distribution related terms.
4545
</dd>
4646

4747
<dt id="registry"><h4>Registry</h4></dt>
48-
<dd><blockquote>A registry is a service that let you store and deliver <a href="glossary.md#images">images</a>.</blockquote>
48+
<dd><blockquote>A registry is a service that let you store and deliver <a href="#images">images</a>.</blockquote>
4949
</dd>
5050

5151
<dt id="registry"><h4>Repository</h4></dt>
@@ -57,7 +57,7 @@ This page contains definitions for distribution related terms.
5757
<dd><blockquote>A scope is the portion of a namespace onto which a given authorization token is granted.</blockquote></dd>
5858

5959
<dt id="tag"><h4>Tag</h4></dt>
60-
<dd><blockquote>A tag is conceptually a "version" of a <a href="glossary.md#image">named image</a>.</blockquote>
60+
<dd><blockquote>A tag is conceptually a "version" of a <a href="#image">named image</a>.</blockquote>
6161
<p>
6262
Example: `docker pull myimage:latest` instructs docker to pull the image "myimage" in version "latest".
6363
</p>

0 commit comments

Comments
 (0)