This is an optimization that removes rendundant file copying
What does this do?
Bug Fixes
Removed unnecessary configuration settings related to temporary file management, streamlining the application.
Simplified the process of managing VM startup by eliminating redundant file copy operations.
Documentation
Updated the README to reflect changes in environment variables and configuration setup, simplifying user instructions.
Chores
Cleaned up unused code and dependencies to improve overall efficiency and maintainability of the application.
Which issue(s) does this PR fix/relate to?
none
Have you included tests for your changes?
No
Did you document any new/modified feature?
Yes
Notes
sequenceDiagram
participant User
participant Manager
participant VM
User->>Manager: Start VM
Manager->>VM: Initialize
VM->>VM: Configure without copying files
VM->>Manager: Ready
Manager->>User: VM Started
What type of PR is this?
This is an optimization that removes rendundant file copying
What does this do?
Bug Fixes
Documentation
Chores
Which issue(s) does this PR fix/relate to?
none
Have you included tests for your changes?
No
Did you document any new/modified feature?
Yes
Notes