# vagrant-cqos **Repository Path**: wangtiaoke/vagrant-cqos ## Basic Information - **Project Name**: vagrant-cqos - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-18 - **Last Updated**: 2025-02-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vagrant-cqos Vagrant-cqos is a Vagrant plugin that adds CqOS support to Vagrant. This plugin features: - CqOS guest detection ## Installation ```sh $ vagrant plugin install vagrant-cqos ``` ## Usage ```sh $ vagrant init cqos24 $ vagrant up ``` ## Development Build the gem: ```sh $ gem build vagrant-cqos.gemspec ``` Install vagrant-cqos.gem: ```sh $ vagrant plugin install /path/to/vagrant-cqos.gem ```