dhiltgen / docker-machine-kvm

KVM driver for docker-machine
Apache License 2.0
377 stars 117 forks source link

`docker-machine create -d kvm` fails with: Failed to Start network: [Code-1] [Domain-59] internal error: Failed to initialize a valid firewall backend #19

Closed ghost closed 7 years ago

ghost commented 8 years ago

Given the success on Ubuntu I'm wondering if I just have something environmental that may be causing this problem.

Command + output:

$ docker-machine create -d kvm myengine0
Creating CA: /home/me/.docker/machine/certs/ca.pem
Creating client certificate: /home/me/.docker/machine/certs/cert.pem
Running pre-create checks... (myengine0) Failed to Start network: [Code-1] [Domain-59] internal error: Failed to initialize a valid firewall backend
Error with pre-create check: "[Code-1] [Domain-59] internal error: Failed to initialize a valid firewall backend"

Environment:

Please let me know if there is any other information I can provide.

appelgriebsch commented 7 years ago

Same here :(

appelgriebsch commented 7 years ago

Have a look here and check whether you have installed and configured your system correctly: https://bbs.archlinux.org/viewtopic.php?id=198744

ghost commented 7 years ago

@appelgriebsch thanks for the link, installing/starting firewalld did the trick.