-
Notifications
You must be signed in to change notification settings - Fork 2.8k
docs: run extensions in containers #6971
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR documents the --container flag that allows running goose extensions inside Docker containers, expanding the documentation to cover devcontainer workflows.
Changes:
- Adds comprehensive documentation for the
--containerflag across CLI command references - Creates new section on running extensions in Docker containers with usage examples and requirements
- Refactors documentation structure to separate container-use MCP extension setup from general Docker usage
- Adds cross-references between related Docker and container documentation topics
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
documentation/docs/tutorials/isolated-development-environments.md |
Removes detailed installation instructions (delegated to container-use-mcp tutorial) and adds cross-reference for devcontainer users |
documentation/docs/tutorials/goose-in-docker.md |
Expands scope from "Building goose in Docker" to cover both running goose in Docker and running extensions in containers; adds new section with --container flag documentation |
documentation/docs/mcp/container-use-mcp.md |
Adds cross-reference link to isolated development environments tutorial |
documentation/docs/guides/goose-cli-commands.md |
Documents --container flag for both session and run commands |
documentation/docs/getting-started/using-extensions.md |
Adds "Extensions in Containers" section with cross-reference to detailed documentation |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.
documentation/docs/tutorials/isolated-development-environments.md
Outdated
Show resolved
Hide resolved
documentation/docs/tutorials/isolated-development-environments.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 5 out of 5 changed files in this pull request and generated no new comments.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Summary
Documents the
--containerflag for running extensions in Docker containers.Documentation updates:
documentation/docs/getting-started/using-extensions.md:documentation/docs/guides/goose-cli-commands.md:--containerflag tosessionandruncommandsdocumentation/docs/mcp/container-use-mcp.md:documentation/docs/tutorials/goose-in-docker.md:documentation/docs/tutorials/isolated-development-environments.md:Type of Change
AI Assistance
Testing
Manual testing