Getting Started
Installation
Install Container Use on your system using Homebrew, shell script, or build from source.
Prerequisites
Make sure you have Docker and Git installed before starting.
Installation Methods
Choose your preferred installation method:
Recommended for macOS users - Homebrew will automatically install shell completions for you.
This will:
- Install the latest
cu
binary - Add it to your
$PATH
- Install shell completions automatically
Verify Installation
Recommended for macOS users - Homebrew will automatically install shell completions for you.
This will:
- Install the latest
cu
binary - Add it to your
$PATH
- Install shell completions automatically
Verify Installation
Universal installer - Works on Linux, macOS, and Windows (WSL).
This script will:
- Check for Docker & Git (required dependencies)
- Detect your platform automatically
- Install the latest
cu
binary to your$PATH
- Provide shell completion installation instructions
Verify Installation
Shell Completions
After installation, follow the provided instructions to enable shell completions for your shell (bash, zsh, fish).
For developers - Build the latest version from source code.
Prerequisites
- Go 1.21 or later
- Git
- Docker
Build Steps
For detailed build instructions, see the CONTRIBUTING.md guide.