We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 12f2173 + fe9d0b7 commit f6610aeCopy full SHA for f6610ae
README.md
@@ -1 +1,15 @@
1
-# Docker Hub MCP Server
+# 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
@@ -1,3 +1,6 @@
services:
hub:
image: hub
0 commit comments