# vms-migration **Repository Path**: cytechs_0/vms-migration ## Basic Information - **Project Name**: vms-migration - **Description**: VMS工具 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-05 - **Last Updated**: 2025-05-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1. 使用dockerfile制作镜像 ``` cd vms-migration docker build -t image_name:version . ``` 2. 启动 ``` docker run -itd image_name:version ```