# sealvm **Repository Path**: iflytek/sealvm ## Basic Information - **Project Name**: sealvm - **Description**: Virtual machine orchestography tool to facilitate the development and test integration of sealos - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-12-01 - **Last Updated**: 2025-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### how to using it in your project - install vm tools ```shell sealvm install ``` - init vms ```shell sealvm run --nodes=1 ``` - init vms add dev ```shell sealvm run --nodes=1 --dev --dev-mounts=/Users/xxx:/Users/xxx --image 18.04 [22.04/20.04] ``` - reset vms ```shell sealvm reset ```