2024-07-24 16:40:53 +03:00
2024-07-18 15:23:39 +03:00
2024-07-24 16:38:17 +03:00
2024-07-24 11:37:43 +03:00
2024-07-18 18:06:03 +03:00
2024-07-24 16:40:53 +03:00
2024-07-18 15:24:32 +03:00

vmker

Install

Download binaries from: HERE

Usage

vmkey init  # Настроить параметры
vmkey config  # Редактировать параметры
vmkey create template_name new_name [-n VMs count] [[-f <file with commands>] ...]  # Создание из template

Build by-self

Installing python and creating venv

sudo apt update
sudo apt install python3 python3-pip python3-venv
git clone https://git.anidev.ru/SantaSpeen/vmker.git
cd vmker
python3 -m venv venv
source venv/bin/acvtivate

Installing libraries and build

python -m pip install -r requirements.txt
python -m pip install pyinstaller
pyinstaller --onefile -n vmkey main.py
# cp dist/vmkey /bin/vmkey
  • Good night $)
Description
No description provided
Readme 64 KiB
Realese Latest
2024-07-24 13:42:47 +00:00
Languages
Python 100%