Skip to content

Commit 4bcf2e1

Browse files
authored
fix: linter (#23039)
1 parent 4c6f75f commit 4bcf2e1

File tree

1 file changed

+19
-14
lines changed
  • content/manuals/ai/mcp-catalog-and-toolkit

1 file changed

+19
-14
lines changed

content/manuals/ai/mcp-catalog-and-toolkit/hub-mcp.md

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,14 @@ The Docker Hub MCP Server is a Model Context Protocol (MCP) server that interfac
2929
> which means Gordon can automatically interact with your MCP servers.
3030
3131
## Using other clients
32-
If want to integrate the Docker Hub MCP Server into your own development environment, you can find the source code and installation instructions on our [GitHub repository](https://github.com/docker/hub-mcp).
32+
33+
If want to integrate the Docker Hub MCP Server into your own development environment, you can find the source code and installation instructions on our [GitHub repository](https://github.com/docker/hub-mcp).
3334

3435
## Use Claude Desktop as a client
3536

3637
1. Add the Docker Hub MCP Server configuration to your `claude_desktop_config.json`:
3738

38-
### For public repositories only:
39+
### For public repositories only
3940

4041
- `/FULL/PATH/TO/YOUR/docker-hub-mcp-server` - The complete path to where you cloned this repository
4142
```json
@@ -48,11 +49,13 @@ If want to integrate the Docker Hub MCP Server into your own development environ
4849
}
4950
}
5051
```
51-
### For authenticated access (recommended):
52+
53+
### For authenticated access
54+
5255
Replace the following values:
5356
- `YOUR_DOCKER_HUB_USERNAME` - Your Docker Hub username
5457
- `YOUR_DOCKER_HUB_PERSONAL_ACCESS_TOKEN` - Your Docker Hub Personal Access Token
55-
- `/FULL/PATH/TO/YOUR/docker-hub-mcp-server` - The complete path to where you cloned this
58+
- `/FULL/PATH/TO/YOUR/docker-hub-mcp-server` - The complete path to where you cloned this
5659

5760
```json
5861
{
@@ -67,12 +70,13 @@ If want to integrate the Docker Hub MCP Server into your own development environ
6770
}
6871
}
6972
```
70-
2. Save the configuration file and completely restart Claude Desktop for the changes to take effect.
73+
1. Save the configuration file and completely restart Claude Desktop for the changes to take effect.
7174

7275
## Usage with VS Code
76+
7377
1. Add the Docker Hub MCP Server configuration to your User Settings (JSON) file in VS Code. You can do this by opening the `Command Palette` and typing `Preferences: Open User Settings (JSON)`.
7478

75-
### For public repositories only:
79+
### For public repositories only
7680

7781
- `/FULL/PATH/TO/YOUR/docker-hub-mcp-server` - The complete path to where you cloned this repository
7882
```json
@@ -85,11 +89,13 @@ If want to integrate the Docker Hub MCP Server into your own development environ
8589
}
8690
}
8791
```
88-
### For authenticated access (recommended):
92+
93+
### For authenticated access
94+
8995
Replace the following values:
9096
- `YOUR_DOCKER_HUB_USERNAME` - Your Docker Hub username
9197
- `YOUR_DOCKER_HUB_PERSONAL_ACCESS_TOKEN` - Your Docker Hub Personal Access Token
92-
- `/FULL/PATH/TO/YOUR/docker-hub-mcp-server` - The complete path to where you cloned this
98+
- `/FULL/PATH/TO/YOUR/docker-hub-mcp-server` - The complete path to where you cloned this
9399

94100
```json
95101
{
@@ -105,16 +111,16 @@ If want to integrate the Docker Hub MCP Server into your own development environ
105111
}
106112
}
107113
```
108-
2. Open the `Command Palette` and type `MCP: List Servers`.
109-
3. Select `docker-hub` and select `Start Server`.
114+
1. Open the `Command Palette` and type `MCP: List Servers`.
115+
1. Select `docker-hub` and select `Start Server`.
110116

111117
## Usage examples
112118

113119
This section provides task-oriented examples for common operations with Docker Hub
114120
tools.
115121

116122

117-
### Finding images
123+
### Finding images
118124

119125
```console
120126
# Search for official images
@@ -123,7 +129,7 @@ $ docker ai "Search for official nginx images on Docker Hub"
123129
# Search for lightweight images to reduce deployment size and improve performance
124130
$ docker ai "Search for minimal Node.js images with small footprint"
125131

126-
# Get the most recent tag of a base image
132+
# Get the most recent tag of a base image
127133
$ docker ai "Show me the latest tag details for go"
128134

129135
# Find a production-ready database with enterprise features and reliability
@@ -133,7 +139,6 @@ $ docker ai "Search for production ready database images"
133139
$ docker ai "Help me find the right Ubuntu version for my project"
134140
```
135141

136-
137142
### Repository management
138143

139144
```console
@@ -156,7 +161,7 @@ $ docker ai "Show me my most recently updated repositories"
156161
$ docker ai "Show me information about my '<repository-name>' repository"
157162
```
158163

159-
### Pull/push images
164+
### Pull/push images
160165

161166
```console
162167
# Pull latest PostgreSQL version

0 commit comments

Comments
 (0)