# dockerd
[...]
failed to start daemon: Error initializing network controller: Error creating default "bridge" network: failed to check bridge interface esistence: route ip+net: no such network interface
# ifconfig bridge create name docker0
# dockerd
[success]
I tried to reboot the machine and tried to relaunch dockerd and it still didn't work. However once the ifconfig command was executed, dockerd worked and even after a reboot without having to relaunch the ifconfig command first.
If it helps here is what my /etc/pf.conf and /etc/rc.conf look like:

I tried to reboot the machine and tried to relaunch dockerd and it still didn't work. However once the
ifconfigcommand was executed, dockerd worked and even after a reboot without having to relaunch theifconfigcommand first.If it helps here is what my

/etc/pf.confand/etc/rc.conflook like: