Skip to content

Commit f956ab6

Browse files
authored
Improve alt text on images (docker#16484)
1 parent 85fcaa4 commit f956ab6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+92
-92
lines changed

atomist/get-started.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ with the appropriate condition on the IAM role statement.
8181
> this stack requires a capability. This stack creates a role that will grant
8282
> Atomist read-only access to ECR resources.
8383
>
84-
> ![confirm](./images/ecr/capability.png)
84+
> ![Confirm read-only access to ECR resources](./images/ecr/capability.png)
8585
8686
<div style="text-align: center">
8787
<table>
@@ -185,7 +185,7 @@ with the appropriate condition on the IAM role statement.
185185
Atomist tests the connection with your ECR registry. A green check mark
186186
displays beside the integration if a successful connection is made.
187187

188-
![integration list showing a successful ECR integration](./images/ecr/connection-successful.png){:
188+
![Integration list showing a successful ECR integration](./images/ecr/connection-successful.png){:
189189
width="700px"}
190190

191191
</div>

atomist/integrate/github.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repositories for your Docker images.
2424
the
2525
[Atomist GitHub App](https://github.com/apps/atomist "Atomist GitHub App"){: target="blank" rel="noopener" class=""}.
2626

27-
![install the GitHub app](images/gh-install.png){: width="700px" }
27+
![Install the GitHub app view](images/gh-install.png){: width="700px" }
2828

2929
4. Install the app.
3030

@@ -39,7 +39,7 @@ repositories for your Docker images.
3939
5. In the repository selection menu, select what repositories you want Atomist
4040
to start watching.
4141

42-
![activate repositories](images/activate-repos.png){: width="500px" }
42+
![Activate repositories view](images/activate-repos.png){: width="500px" }
4343

4444
If you are just looking to evaluate Atomist, start by selecting a few
4545
repositories during evaluation. Once you are comfortable using Atomist, you

atomist/try-atomist.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -77,20 +77,20 @@ rel="noopener" class=""}.
7777
target="blank" rel="noopener" class=""}, where you should see the image in
7878
the list.
7979

80-
![indexed image in the image overview list](./images/images-overview.png){:
80+
![Indexed image in the image overview list](./images/images-overview.png){:
8181
width="700px"}
8282

8383
6. Select the image name. This gets you to the list of image tags.
8484

85-
![list of image tags](./images/tags-list.png){: width="700px"}
85+
![List of image tags](./images/tags-list.png){: width="700px"}
8686

8787
Since this is your first time indexing this image, the list only has one tag
8888
for now. When you integrate Atomist with your container registry, images and
8989
tags show up in this list automatically.
9090

9191
7. Select the tag name. This shows you the insights for this tag.
9292

93-
![vulnerability breakdown view](./images/vulnerabilities-overview.png){:
93+
![Vulnerability breakdown view](./images/vulnerabilities-overview.png){:
9494
width="700px"}
9595

9696
In this view, you can see how many vulnerabilities this image has, their

desktop/containerd/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ CONTAINER ID IMAGE COMMAND CREATED STATUS
145145

146146
You can also check from the browser that Nginx is running:
147147

148-
![containerd_feature_nginx](../images/containerd_feature_nginx.png){:width="750px"}
148+
![Containerd setting in Docker Desktop](../images/containerd_feature_nginx.png){:width="750px"}
149149

150150
## Building multi-platform images
151151

desktop/dev-environments/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ It uses tools built into code editors that allows Docker to access code mounted
1313

1414
You can use Dev Environments through the intuitive GUI in Docker Dashboard or straight from you terminal with the new [`docker dev` CLI plugin](dev-cli.md).
1515

16-
![Dev environment intro](../images/dev-env.PNG){:width="700px"}
16+
![Dev environments tab in Docker Desktop](../images/dev-env.PNG){:width="700px"}
1717

1818
## How does it work?
1919

desktop/extensions-sdk/architecture/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Extensions can be composed of 3 (optional) components:
1313
- a backend: one or many containerised services running in the Docker Desktop VM
1414
- executables: shell scripts or binaries that Docker Desktop copies on the host when installing the extension
1515

16-
![Overview](./images/overview.svg)
16+
![Overview of the three components of an extension](./images/overview.svg)
1717

1818
An extension doesn't necessarily need to have all these components, but at least one of them depending on the extension features.
1919
To configure and run those components, Docker Desktop uses a `metadata.json` file. See the

desktop/extensions-sdk/build/frontend-extension-tutorial.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ provide you with type definitions for the extension APIs and auto-completion in
209209
npm install @docker/extension-api-client-types --save-dev
210210
```
211211

212-
![types auto complete](images/types-autocomplete.png)
212+
![Auto completion in an IDE](images/types-autocomplete.png)
213213

214214
For example, you can use the `docker.cli.exec` function to get the list of all the containers via the `docker ps --all`
215215
command and display the result in a table.

desktop/extensions-sdk/build/minimal-frontend-extension.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ To preview the extension in Docker Desktop, close and open Docker Dashboard once
100100

101101
The left-hand menu displays a new tab with the name of your extension.
102102

103-
![minimal-frontend-extension](images/ui-minimal-extension.png)
103+
![Minimal frontend extension](images/ui-minimal-extension.png)
104104

105105
## What's next?
106106

desktop/extensions-sdk/design/design-guidelines.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -18,39 +18,39 @@ Use the [Docker Material UI Theme](https://www.npmjs.com/package/@docker/docker-
1818

1919
- Ensure the extension has both a light and dark theme. Using the components and styles as per the Docker style guide ensures that your extension meets the [level AA accessibility standard.](https://www.w3.org/WAI/WCAG2AA-Conformance){:target="_blank" rel="noopener" class="_"}.
2020

21-
![light and dark mode](images/light_dark_mode.png)
21+
![Light and dark mode](images/light_dark_mode.png)
2222

2323
- Ensure that your extension icon is visible both in light and dark mode.
2424

25-
![icon colors](images/icon_colors.png)
25+
![Icon colors in light and dark mode](images/icon_colors.png)
2626

2727
- Ensure that the navigational behavior is consistent with the rest of Docker Desktop. Add a header to set the context for the extension.
2828

29-
![header](images/header.png)
29+
![Header that sets the context](images/header.png)
3030

3131
- Avoid embedding terminal windows. The advantage we have with Docker Desktop over the CLI is that we have the opportunity to provide rich information to users. Make use of this interface as much as possible.
3232

33-
![terminal window dont](images/terminal_window_dont.png){:height="=50%" width="50%"}
33+
![Terminal window used incorrectly](images/terminal_window_dont.png){:height="=50%" width="50%"}
3434

35-
![terminal window do](images/terminal_window_do.png)
35+
![Terminal window used correctly](images/terminal_window_do.png)
3636

3737
## Build Features Natively
3838

3939
- In order not to disrupt the flow of users, avoid scenarios where the user has to navigate outside Docker Desktop, to the CLI or a webpage for example, in order to carry out certain functionalities. Instead, build features that are native to Docker Desktop.
4040

41-
![switch context dont](images/switch_context_dont.png){:height="=50%" width="50%"}
41+
![Incorrect way to switch context](images/switch_context_dont.png){:height="=50%" width="50%"}
4242

43-
![switch context do](images/switch_context_do.png)
43+
![Correct way to switch context](images/switch_context_do.png)
4444

4545
## Break Down Complicated User Flows
4646

4747
- If a flow is too complicated or the concept is abstract, break down the flow into multiple steps with one simple call-to-action in each step. This helps when onboarding novice users to your extension
4848

49-
![complicated flow](images/complicated_flows.png)
49+
![A complicated flow](images/complicated_flows.png)
5050

5151
- Where there are multiple call-to-actions, ensure you use the primary (filled button style) and secondary buttons (outline button style) to convey the importance of each action.
5252

53-
![call to action](images/cta.png)
53+
![Call to action](images/cta.png)
5454

5555
## Onboarding New Users
5656

desktop/extensions-sdk/extensions/labels.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Extensions use image labels to provide additional information like title, descri
88

99
These information allow to display an overview of the extension to users so they can choose to install it:
1010

11-
![List preview](images/marketplace-details.png)
11+
![Extension preview](images/marketplace-details.png)
1212

1313
You can define [Image labels](../../../engine/reference/builder.md#label) in the extension's `Dockerfile`.
1414

desktop/extensions-sdk/guides/oauth2-flow.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The Authorization Code grant type is used by confidential and public clients to
2020

2121
After the user returns to the client via the redirect URL, the application gets the authorization code from the URL and uses it to request an access token.
2222

23-
![oauth2-flow](images/oauth2-flow.png){: style=width:80% }
23+
![Flow for OAuth 2.0](images/oauth2-flow.png){: style=width:80% }
2424

2525
The image above shows that:
2626
- The Docker Extension asks the user to authorize access to their data.

desktop/extensions/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You can seamlessly connect your favorite development tools to your application d
1616

1717
Anyone can use Docker Extensions and there is no limit to the number of extensions you can install.
1818

19-
![extenstions](../images/extensions-marketplace.PNG){:width="750px"}
19+
![Extensions Marketplace](../images/extensions-marketplace.PNG){:width="750px"}
2020

2121
## What extensions are available?
2222

desktop/hardened-desktop/settings-management/configure.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,4 +141,4 @@ Docker doesn't automatically mandate that developers re-launch and sign in once
141141

142142
In Docker Desktop, developers see the relevant settings grayed out and the message **Locked by your administrator**.
143143

144-
![Proxy settings grayed out](/assets/images/grayed-setting.png){:width="350px"}
144+
![Proxy settings grayed out with Settings Management](/assets/images/grayed-setting.png){:width="350px"}

desktop/install/windows-install.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Docker Desktop does not start automatically after installation. To start Docker
176176

177177
1. Search for Docker, and select **Docker Desktop** in the search results.
178178

179-
![search for Docker app](images/docker-app-search.png){:width="300px"}
179+
![Search for Docker app](images/docker-app-search.png){:width="300px"}
180180

181181
2. The Docker menu (![whale menu](images/whale-x.svg){: .inline}) displays the Docker Subscription Service Agreement window.
182182

desktop/troubleshoot/overview.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ To navigate to **Troubleshoot** either:
3030
- Select the Docker menu ![whale menu](../images/whale-x.svg){: .inline} and then **Troubleshoot**
3131
- Select the **Troubleshoot** icon from the Docker Dashboard
3232

33-
![Troubleshoot Docker Desktop](../images/troubleshoot.png){:width="600px"}
33+
![Troubleshoot menu in Docker Desktop](../images/troubleshoot.png){:width="600px"}
3434

3535
The Troubleshoot page contains the following options:
3636

desktop/use-desktop/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ redirect_from:
88

99
When you open Docker Desktop, the Docker Dashboard displays.
1010

11-
![dashboard](../images/dashboard.PNG){:width="750px"}
11+
![Docker Dashboard on Containers view](../images/dashboard.PNG){:width="750px"}
1212

1313
The **Containers** view provides a runtime view of all your containers and applications. It allows you to interact with containers and applications, and manage the lifecycle of your applications directly from your machine. This view also provides an intuitive interface to perform common actions to inspect, interact with, and manage your Docker objects including containers and Docker Compose-based applications. For more information, see [Explore running containers and applications](container.md).
1414

docker-hub/2fa/disable-2fa.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ To disable two-factor authentication, log in to your Docker Hub account. Click
1818
on your username and select **Account Settings**. Go to Security and click on
1919
**Disable 2FA**.
2020

21-
![Disable 2fa button](../images/2fa-disable-2fa.png)
21+
![Disable 2FA button](../images/2fa-disable-2fa.png)
2222

2323
You will be prompted to input your Docker ID password. Enter your password and
2424
click **Disable 2FA**.
2525

26-
![Enter your password](../images/2fa-enter-pw-disable-2fa.png){:width="250px"}
26+
![Enter your password view](../images/2fa-enter-pw-disable-2fa.png){:width="250px"}
2727

2828
You have successfully disabled two-factor authentication.

docker-hub/2fa/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ entering a text code into your authenticator app. Once you have linked your
5252
authenticator app, it will give you a six-digit code to enter in text field.
5353
Click **Next**.
5454

55-
![Enter special code](../images/2fa-enter-code.png)
55+
![Enter special code view](../images/2fa-enter-code.png)
5656

5757
You have successfully enabled two-factor authentication. The next time you log
5858
in to your Docker Hub account, you will be asked for a security code.

docker-hub/2fa/new-recovery-code.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on your username and select **Account Settings**. Go to **Security** and **Click
2020

2121
Enter your password.
2222

23-
![Enter your password](../images/2fa-pw-new-code.png){:width="250px"}
23+
![Enter your password view](../images/2fa-pw-new-code.png){:width="250px"}
2424

2525
Your new recovery code will be displayed. Remember to save your recovery code
2626
and store it somewhere safe.

docker-hub/access-tokens.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ To create your access token:
5050
will be used, or set a purpose for the token. You can view the following access
5151
permissions from the drop-down:
5252

53-
![PAT Menu](images/hub-create-token.png){:width="700px"}
53+
![New access token menu](images/hub-create-token.png){:width="700px"}
5454

5555
The access permissions are scopes that set restrictions in your
5656
repositories. For example, for Read & Write permissions, an automation
@@ -60,7 +60,7 @@ To create your access token:
6060
5. Copy the token that appears on the screen and save it. You will not be able
6161
to retrieve the token once you close this prompt.
6262

63-
![Copy Token](images/hub-copy-token.png){:width="700px"}
63+
![Copy access token view](images/hub-copy-token.png){:width="700px"}
6464

6565
## Use an access token
6666

@@ -85,12 +85,12 @@ You can rename, activate, deactivate, or delete a token as needed.
8585
This page shows an overview of all your tokens. You can also view the number
8686
of tokens that are activated and deactivated in the toolbar.
8787

88-
![Delete or Edit](images/hub-delete-edit-token.png){:width="700px"}
88+
![Delete or edit and access token](images/hub-delete-edit-token.png){:width="700px"}
8989

9090
2. Select a token and click **Delete** or **Edit**, or use the menu on
9191
the far right of a token row to bring up the edit screen. You can also
9292
select multiple tokens to delete at once.
9393

94-
![Modify Token](images/hub-edit-token.png){:width="700px"}
94+
![Modify an access token](images/hub-edit-token.png){:width="700px"}
9595

9696
3. After modifying the token, click the **Save** button to save your changes.

docker-hub/audit-log.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ By default, all activities that occur at organization and repository levels are
4141
4242
Click the **All Activities** drop-down list to view activities that are specific to an organization or a repository. After choosing **Organization** or **Repository**, you can further refine the results using the **All Actions** drop-down list. If you select the **Activities** tab from the **Repository** view, you can only filter repository-level activities.
4343

44-
![Refine org activities](images/org-all-actions.png){:width="600px"}
44+
![Refine organization activities](images/org-all-actions.png){:width="600px"}
4545

4646

4747
## Audit logs event definitions

docker-hub/builds/index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ bar chart of the build queue times and durations. Both views display the
179179
pending, in progress, successful, and failed builds for any tag of the
180180
repository.
181181

182-
![Active Builds](images/index-active.png)
182+
![Active builds](images/index-active.png)
183183

184184
From either location, you can select a build job to view its build report. The
185185
build report shows information about the build job. This includes the source
@@ -191,7 +191,7 @@ repository and branch (or tag), the build logs, the build duration, creation tim
191191
> refresh the Builds page. With the in-progress build logs, you can debug your
192192
> builds before they're finished.
193193
194-
![Build Report](/docker-hub/images/index-report.png)
194+
![Build report](/docker-hub/images/index-report.png)
195195

196196
## Cancel or retry a build
197197

@@ -200,7 +200,7 @@ report link on the General tab and on the Builds tab. You can also click the
200200
**Cancel** on the build report page, or from the Timeline tab's logs
201201
display for the build.
202202

203-
![list of builds showing the cancel icon](images/build-cancelicon.png)
203+
![List of builds showing the cancel icon](images/build-cancelicon.png)
204204

205205
## Failing builds
206206

docker-hub/orgs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ To give a team access to a repository
166166
4. Choose a permission from the **Permissions** drop-down list and click
167167
**Add**.
168168

169-
![Team Repo Permissions](images/team-repo-permission.png){:width="700px"}
169+
![Team repository permissions view](images/team-repo-permission.png){:width="700px"}
170170

171171
### View a team's permissions for all repositories
172172

docker-hub/quickstart.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,13 @@ To create a repository:
9393
3. Name it **&lt;your-username&gt;/my-private-repo**.
9494
4. Set the visibility to **Private**.
9595

96-
![Create Repository](images/index-create-repo.png)
96+
![Create a repository](images/index-create-repo.png)
9797

9898
5. Click **Create**.
9999

100100
You've created your first repository. You should see:
101101

102-
![Repository Created](images/index-repo-created.png)
102+
![Repository created](images/index-repo-created.png)
103103

104104
### Step 3: Download and install Docker Desktop
105105

@@ -175,7 +175,7 @@ Docker image locally.
175175
176176
5. Your repository in Docker Hub should now display a new `latest` tag under **Tags**:
177177

178-
![Tag Created](images/index-tag.png)
178+
![Tag created](images/index-tag.png)
179179

180180
Congratulations! You've successfully:
181181

docker-hub/repos/access/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ see the [organizations documentation](../../../docker-hub/orgs.md#create-an-orga
2727
Docker Hub's individual repositories view shows you the available tags and the
2828
size of the associated image. Go to the **Repositories** view and select repository to see its tags. To view individual tags, select the **Tags** tab.
2929

30-
![View Repo Tags](../../images/repo-overview.png)
30+
![View repo tags](../../images/repo-overview.png)
3131

3232
Image sizes are the cumulative space taken up by the image and all its parent
3333
images. This is also the disk space used by the contents of the `.tar` file
@@ -48,7 +48,7 @@ To delete a tag, select the corresponding checkbox and select **Delete** from th
4848
4949
You can select a tag's digest to view more details.
5050

51-
![View Tag](../../images/repo-image-layers.png)
51+
![View tag](../../images/repo-image-layers.png)
5252

5353
## Searching for repositories
5454

docker-hub/repos/configure/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ When configuring repositories, your private repositories let you keep your conta
1111

1212
You can make an existing repository private by going to its **Settings** tab and select **Make private**.
1313

14-
![Repo make private](../../images/repo-make-private.png){: style="max-width: 60%"}
14+
![Make a repo private](../../images/repo-make-private.png){: style="max-width: 60%"}
1515

1616
You get one free private repository with your Docker Hub user account (not
1717
available for organizations you're a member of). If you need more private

docker-hub/repos/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ To create a private repository, navigate to Docker Hub and select **Repositories
5353
>
5454
> To update your public repository to private, navigate to your repository, select **Settings** and **Make private**.
5555
56-
![Create Private Repo](/docker-hub/images/repo-create-private.png){: style="max-width: 60%"}
56+
![Create a private repo](/docker-hub/images/repo-create-private.png){: style="max-width: 60%"}
5757

5858
## Deleting a repository
5959

0 commit comments

Comments
 (0)