Skip to content

docs(install): require docker pull before MCP config#40

Merged
KailasMahavarkar merged 1 commit intomainfrom
docs/prepull-docker-on-install
Apr 10, 2026
Merged

docs(install): require docker pull before MCP config#40
KailasMahavarkar merged 1 commit intomainfrom
docs/prepull-docker-on-install

Conversation

@KailasMahavarkar
Copy link
Copy Markdown
Collaborator

Problem

MCP initialization has a short timeout. On first use, Docker tries to pull ghcr.io/orkait/hyperstack:main during startup → exceeds timeout → shows as failed. This happened in a real session just now.

Fix

  • Moved docker pull to be an explicit required step before adding the MCP config, with a clear explanation of why
  • Added cold-start timeout scenario to Troubleshooting section
  • Fixed Docker Hub → ghcr.io reference in troubleshooting

🤖 Generated with Claude Code

…timeout note

MCP servers have a short init timeout. If Docker pulls the image during
startup it times out and reports failed. Fix: pull before configuring,
document this as a required step and in troubleshooting.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@KailasMahavarkar KailasMahavarkar merged commit 88d9661 into main Apr 10, 2026
@KailasMahavarkar KailasMahavarkar deleted the docs/prepull-docker-on-install branch April 10, 2026 13:30
KailasMahavarkar added a commit that referenced this pull request Apr 14, 2026
docs(install): require docker pull before MCP config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant