Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,15 @@
# Docker Hub MCP Server
# Docker Hub MCP Server

## Gordon instructions
1. Replace environment in the `gordon-mcp.yml` file with your Docker Hub username and a PAT token.

```
services:
hub:
image: hub
environment:
- HUB_USERNAME=<your-dockerhub-username>
- HUB_PAT_TOKEN=<your-dockerhub-pat-token>
```
2. Run `docker build -t hub .`
3. Run `docker ai`
3 changes: 3 additions & 0 deletions gordon-mcp.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
services:
hub:
image: hub
environment:
- HUB_USERNAME=<your-dockerhub-username>
- HUB_PAT_TOKEN=<your-dockerhub-pat-token>
Loading