Skip to content

Commit f6610ae

Browse files
authored
Merge pull request #1 from docker/feat/add-instructions
add instructions
2 parents 12f2173 + fe9d0b7 commit f6610ae

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,15 @@
1-
# Docker Hub MCP Server
1+
# Docker Hub MCP Server
2+
3+
## Gordon instructions
4+
1. Replace environment in the `gordon-mcp.yml` file with your Docker Hub username and a PAT token.
5+
6+
```
7+
services:
8+
hub:
9+
image: hub
10+
environment:
11+
- HUB_USERNAME=<your-dockerhub-username>
12+
- HUB_PAT_TOKEN=<your-dockerhub-pat-token>
13+
```
14+
2. Run `docker build -t hub .`
15+
3. Run `docker ai`

gordon-mcp.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
services:
22
hub:
33
image: hub
4+
environment:
5+
- HUB_USERNAME=<your-dockerhub-username>
6+
- HUB_PAT_TOKEN=<your-dockerhub-pat-token>

0 commit comments

Comments
 (0)