# vlmcsd **Repository Path**: yiuan/vlmcsd ## Basic Information - **Project Name**: vlmcsd - **Description**: src and GNUmakefile from Wind4/vlmcsd - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-01-18 - **Last Updated**: 2023-11-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## VLMCSD for Docker Deploy vlmcsd service on Docker container ```bash git clone https://gitee.com/asvex/vlmcsd.git vlmcsd cd vlmcsd # Use docker-compose service docker-compose up -d # or docker build image docker build -t vlmcsd . docker run -itd --name vlmcsd --restart=always -p 1688:1688 vlmcsd ```