This project wraps Qwen Code in a Docker container for isolated execution. It includes uv for Python package management.
- Isolated environment for Qwen Code CLI
- Includes uv for Python package management
- Easy installation and usage via shell script
curl -s https://raw.githubusercontent.com/tijoseymathew/qwen-code-docker/refs/heads/main/install.sh | bashThis will:
- Download the run script to
~/.local/bin/qwen - Make the script executable
- Download the Dockerfile from the GitHub repository and build the Docker image
Run Qwen Code in its isolated Docker environment:
qwenThis will:
- Mount your current directory to
/home/ubuntu/appin the container - Preserve authentication data in the
~/.qwendirectory - Run Qwen Code with full filesystem access to your current project
- Docker must be installed and running on your system