Skip to content

Conversation

@dominikaveresch-cc
Copy link

Add --docker flag to mount the host's Docker socket into the container, enabling Docker commands inside AgentBox. Includes:

  • Docker CLI installation in Dockerfile from official repository
  • Container user added to docker group
  • Socket detection for both Linux and Docker Desktop on macOS
  • Automatic group permission handling via --group-add

🤖 Generated with Claude Code

dominikaveresch-cc and others added 2 commits January 19, 2026 11:10
Add --docker flag to mount the host's Docker socket into the container,
enabling Docker commands inside AgentBox. Includes:

- Docker CLI installation in Dockerfile from official repository
- Container user added to docker group
- Socket detection for both Linux and Docker Desktop on macOS
- Automatic group permission handling via --group-add

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@dominikaveresch-cc dominikaveresch-cc force-pushed the feat/docker-socket-mounting branch from 0bea793 to 9c36f80 Compare January 19, 2026 10:14
fi
else
run_container "$container_name" validated_dirs "$tool" "${cmd_args[@]}"
run_container "$container_name" validated_dirs ""$docker_mount" "$tool" "${cmd_args[@]}"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Take a look at the quotes. It should be "$docker_mount" all three times.

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