Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@pacphi
Copy link
Owner

@pacphi pacphi commented Dec 26, 2025

No description provided.

pacphi and others added 2 commits December 26, 2025 06:53
…nd socket modes

Add comprehensive Docker-in-Docker (DinD) support to the docker extension,
enabling containerized workloads that need to build or run containers.

DinD modes implemented:
- sysbox: Secure DinD using Sysbox runtime (recommended, requires host setup)
- privileged: Legacy DinD with privileged mode (works everywhere)
- socket: Share host Docker daemon (simplest, least isolated)
- auto: Auto-detect best available mode

Key changes:
- docker-adapter.sh: Add DinD mode detection, runtime config, compose generation
- extension.yaml: Bump to v1.1.0, add fuse-overlayfs dependency
- install.sh: Comprehensive storage driver config and daemon management
- sindri.schema.json: Add dind configuration schema with mode/driver/size options
- CLI template: Document DinD configuration options
- DOCKER.md: Full DinD documentation with decision tree and troubleshooting

New files:
- scripts/setup-sysbox-host.sh: Host setup script for Sysbox installation
- examples/docker/dind-{sysbox,privileged,socket}.sindri.yaml: Example configs

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>
- Fix extra blank lines in CHANGELOG.md
- Apply prettier formatting to docs/extensions/DOCKER.md
  - Align markdown tables
  - Add blank lines before lists
  - Normalize inline comment spacing

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>
@pacphi pacphi merged commit ec2bf47 into main Dec 26, 2025
@pacphi pacphi deleted the feature/improve-docker-extension branch December 26, 2025 17:58
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.

2 participants