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

Skip to content

fix: add docker-compose-plugin to devcontainer#326

Merged
clangenb merged 3 commits into
mainfrom
fix/devcontainer-compose-plugin
Apr 9, 2026
Merged

fix: add docker-compose-plugin to devcontainer#326
clangenb merged 3 commits into
mainfrom
fix/devcontainer-compose-plugin

Conversation

@eldara-cruncher
Copy link
Copy Markdown
Collaborator

Summary

  • Add docker-compose-plugin to the devcontainer Dockerfile
  • Fixes testenv.sh up failing with: Docker Compose is not available

The devcontainer installs docker.io (Docker Engine + CLI) but not the compose v2 plugin. The BE testenv requires docker compose (v2).

Test plan

  • Rebuild devcontainer in VS Code
  • Run docker compose version inside devcontainer
  • Run bash test-setup/testenv.sh up from swarmcli-be

🤖 Generated with Claude Code

eldara-cruncher and others added 2 commits March 31, 2026 17:42
Long error messages in the confirm dialog would overflow the terminal
width. Add word wrapping using muesli/reflow/wordwrap, capping dialog
width to min(termWidth-6, 80) characters.

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
testenv.sh requires `docker compose` (v2 plugin), which was not
installed in the devcontainer image. This caused:
  [ERR] Docker Compose is not available.

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
@clangenb clangenb merged commit 71b8f7e into main Apr 9, 2026
10 of 11 checks passed
@eldara-cruncher eldara-cruncher deleted the fix/devcontainer-compose-plugin branch June 5, 2026 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants