Docker

From Jan's Wiki
Revision as of 17:53, 14 January 2018 by Der Jan (talk | contribs)
Jump to navigation Jump to search

Networking sometimes stops working just delete the old

 docker network rm publicnet

and create new

 docker network create -d macvlan --gateway 172.16.0.1 --ip-range 172.16.0.32/27 --subnet 172.16.0.0/24 publicnet -o parent=lxcbr1