Skip to content

A Docker wrapper for Qwen Code, providing an isolated environment with integrated Python package management via uv.

License

Notifications You must be signed in to change notification settings

tijoseymathew/qwen-code-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Qwen Code Docker Wrapper

This project wraps Qwen Code in a Docker container for isolated execution. It includes uv for Python package management.

Features

  • Isolated environment for Qwen Code CLI
  • Includes uv for Python package management
  • Easy installation and usage via shell script

Installation

curl -s https://raw.githubusercontent.com/tijoseymathew/qwen-code-docker/refs/heads/main/install.sh | bash

This 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

Usage

Run Qwen Code in its isolated Docker environment:

qwen

This will:

  • Mount your current directory to /home/ubuntu/app in the container
  • Preserve authentication data in the ~/.qwen directory
  • Run Qwen Code with full filesystem access to your current project

Prerequisites

  • Docker must be installed and running on your system

About

A Docker wrapper for Qwen Code, providing an isolated environment with integrated Python package management via uv.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published