Installation¶
Prerequisites¶
- Node.js >= 20
- Docker running and accessible
Terminal (TUI / CLI)¶
Install the CLI globally from npm:
Verify the installation:
VS Code / VSCodium / Compatible Editors¶
Install from Open VSX (recommended for VSCodium and compatible editors) or the VS Code Marketplace:
- Open your editor
- Go to Extensions (
Ctrl+Shift+X/Cmd+Shift+X) - Search for Sidekick Docker
- Click Install
Or install from the command line:
# VS Code
code --install-extension CesarAndresLopez.sidekick-docker-vscode
# VSCodium
codium --install-extension CesarAndresLopez.sidekick-docker-vscode
Build from Source¶
git clone https://github.com/cesarandreslopez/sidekick-docker.git
cd sidekick-docker
bash scripts/build-all.sh
This builds all three packages in order (shared, CLI, VS Code extension).
Run the TUI after building¶
Run the VS Code extension after building¶
Open the sidekick-docker-vscode/ folder in VS Code and press F5 to launch the Extension Development Host.