- Closed
- Minor
When I updated to 7.2.0-beta.1 docker containers that had the network type set to custom:br0 failed to load.
On trying to edit the container it appeared that the option for custom:br0 had disappeared.
I had a look at my syslog on disabling and reenabling docker and there was a strange few lines in it:
Aug 17 17:48:46 newUnraid rc.docker: Processing... br0
Aug 17 17:48:46 newUnraid root: "docker network create" requires exactly 1 argument.
Aug 17 17:48:46 newUnraid root: See 'docker network create --help'.
Aug 17 17:48:46 newUnraid root:
Aug 17 17:48:46 newUnraid root: Usage: docker network create [OPTIONS] NETWORK
Aug 17 17:48:46 newUnraid root:
Aug 17 17:48:46 newUnraid root: Create a networkI have since managed to get it to appear again using a version of the command in this thread: https://forums.unraid.net/topic/187522-missing-br0-network-with-unraid-701/#findComment-1531134
All appears to be working but I thought I'd submit this just incase it is causing other people issues.