vermin
vermin copied to clipboard
The smart virtual machines manager. A modern CLI for Vagrant Boxes.
vermin - now - is more suitable for development and testing activities, and this is because it now uses one share ssh key pair located at https://github.com/mhewedy/vermin/tree/master/etc/keys The point here...
it seems that the bridged network is full of problems. see #10 So this issue to consider using different network mode in virtualbox ( maybe the NATservice) https://www.virtualbox.org/manual/ch06.html the main...
1. Remove the `vagrant/` from the beginning of vagrant images and make it the only supported images. 2. Stop supporting vermin-own images
Currently, vermin working on VirtualBox as the only backend hypervisor. This limitation was because works on its own native images. but now vermin supports vagrant boxes as of #11 ....
`~/.vermin/vms/vm_01/` to be `~/.vermin/vms//vm_01/` `~/.vermin/images/generic/` to be `~/.vermin/images/generic//`
Hi there, created the file and ran it: sudo apt update -y sudo apt install redis-server -y sudo sed -i 's/^supervised no/supervised systemd/' /etc/redis/redis.conf sudo systemctl restart redis.service sudo systemctl...
according to #11, vagrant images on windows work without the version part (cause `:` is not a valid windows filename part) this bug opened to indicate we need to support...
I get this error when trying to create a vm. I have tried a couple of differente images and get the same error everytime. The VM is created though and...
Hi, just tried to create a VM with this command `vermin create ubuntu/focal64` it got stuck while starting the VM, even though I can see the VM is created, up...