fix: Update Docker image references to mcp/markitdown#1722
Open
erezrokah wants to merge 2 commits intomicrosoft:mainfrom
Open
fix: Update Docker image references to mcp/markitdown#1722erezrokah wants to merge 2 commits intomicrosoft:mainfrom
erezrokah wants to merge 2 commits intomicrosoft:mainfrom
Conversation
The markitdown-mcp Docker image is now published on Docker Hub as mcp/markitdown. Update README to reference the published image instead of requiring users to build locally.
There was a problem hiding this comment.
Pull request overview
Updates the markitdown-mcp package documentation to align Docker usage examples with the published Docker Hub image naming (mcp/markitdown), making it easier for users to either build locally or pull the official image.
Changes:
- Updated Docker build/run examples to use
mcp/markitdowninstead ofmarkitdown-mcp:latest. - Added instructions for pulling the published image from Docker Hub.
- Updated Claude Desktop configuration examples to reference
mcp/markitdown.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Noticed the published image follows a different format, so thought it would be a good idea to align it, can also close if not relevant.