docs: run extensions in containers#6971
Merged
dianed-square merged 6 commits intomainfrom Feb 5, 2026
Merged
Conversation
Contributor
|
Contributor
There was a problem hiding this comment.
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>
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>
blackgirlbytes
approved these changes
Feb 5, 2026
kuccello
pushed a commit
to kuccello/goose
that referenced
this pull request
Feb 7, 2026
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Tyler-Hardin
pushed a commit
to Tyler-Hardin/goose
that referenced
this pull request
Feb 11, 2026
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Tyler-Hardin
pushed a commit
to Tyler-Hardin/goose
that referenced
this pull request
Feb 11, 2026
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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.
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