The command docker network inspect outputs all relevant the informations about networks. I am wondering, is there a way to restore networks from this json ?
Or, a tools that would allow to backup and restore the list of networks (and all their attributes : type, gateway, subnet, etc.) ?
(Context: I am working on two different project that have conflicting ip addresses. They rely on externally created networks, but use custom install script that are not designed to be called after everything installed)