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
# 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:
The text was updated successfully, but these errors were encountered:
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 theifconfig
command first.If it helps here is what my

/etc/pf.conf
and/etc/rc.conf
look like:The text was updated successfully, but these errors were encountered: