Hello.
I find very useful to have a web application to manage all my bhyve virtual machines. So,I've found this :
gitlab.com
and I tried to install it :
I see that the only driver that I can use is virtualbox. But someone said to me that virtualbox decreases the performances of bhyve. So,is there another driver that I can use that don't do that ? I'm reading about "runhyve" ; what is this ?
I find very useful to have a web application to manage all my bhyve virtual machines. So,I've found this :

runhyve / webapp · GitLab
Web application for the Runhyve platform. Uses PostgreSQL for data storage, written in Elixir.

and I tried to install it :
Code:
# pkg install docker
# pkg install docker-machine
# git clone https://gitlab.com/runhyve/webapp.git
Clone in 'webapp' in corso...
remote: Enumerating objects: 6096, done.
remote: Counting objects: 100% (2278/2278), done.
remote: Compressing objects: 100% (1924/1924), done.
remote: Total 6096 (delta 313), reused 2257 (delta 301), pack-reused 3818
Ricezione degli oggetti: 100% (6096/6096), 7.18 MiB | 9.37 MiB/s, fatto.
Risoluzione dei delta: 100% (2874/2874), fatto.
# cd webapp
# docker-compose up -d
ERROR: Couldn't connect to Docker daemon - you might need to run `docker-machine start default`.
# docker-machine start default
Docker machine "default" does not exist. Use "docker-machine ls" to list machines. Use "docker-machine create" to add a new one.
# docker-machine create --driver virtualbox webapp-bhyve
I see that the only driver that I can use is virtualbox. But someone said to me that virtualbox decreases the performances of bhyve. So,is there another driver that I can use that don't do that ? I'm reading about "runhyve" ; what is this ?
