You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to create a machine with docker-machine create -d kvm default the kvm driver prints the following error message:
$ docker-machine create -d kvm default
Running pre-create checks...
Error with pre-create check: "[Code-43] [Domain-19] Network not found: no network with matching name 'default'"
It seems the driver doesn't (maybe cannot) create a network for the virtual machine, but still expects it.
I am running Fedora 24 with
libvirt 1.3.3.2
qemu-kvm 2.6.1
docker-machine 0.8.1, build 41b3b25
docker-machine-driver-kvm 0.7.0
The text was updated successfully, but these errors were encountered:
At present, the driver doesn't attempt to create the default network - it assumes it's already present. If you create a VM with another tool like virt-manager first it will create it (or you can create it from the command line.)
Not sure when I'll get around to implementing it, so if you're up to it, PRs are welcome! :-)
Hello and thanks for working on this driver 😄
When trying to create a machine with
docker-machine create -d kvm default
the kvm driver prints the following error message:It seems the driver doesn't (maybe cannot) create a network for the virtual machine, but still expects it.
I am running Fedora 24 with
The text was updated successfully, but these errors were encountered: