Add Docker deployment documentation#4
Merged
Conversation
Co-authored-by: r33drichards <57335981+r33drichards@users.noreply.github.com>
… Docker Compose v1/v2 compatibility notes Co-authored-by: r33drichards <57335981+r33drichards@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add Docker deployment instructions for wholelottahoopla/mcp-exec
Add Docker deployment documentation
Jan 25, 2026
🐳 Docker Image ReadyMulti-arch image (recommended): docker pull wholelottahoopla/mcp-exec:675b086e046bd75e2ddec67923953a0bececbfcdRun with HTTP server: docker run -d -p 8080:8080 -v /var/lib/mcp-exec:/logs \
wholelottahoopla/mcp-exec:675b086e046bd75e2ddec67923953a0bececbfcd \
--http-port 8080 --bind-address 0.0.0.0 --directory-path /logsArchitecture-specific tagsAMD64: docker pull wholelottahoopla/mcp-exec:675b086e046bd75e2ddec67923953a0bececbfcd-amd64ARM64: docker pull wholelottahoopla/mcp-exec:675b086e046bd75e2ddec67923953a0bececbfcd-arm64Built from commit 675b086 |
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.
Documents deployment using the pre-built
wholelottahoopla/mcp-execimage from Docker Hub (supports amd64/arm64).Changes
docker-compose) and v2 (docker compose) syntaxExample
Note: Docker deployments require HTTP transport (stdio incompatible with containers).
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.