Docker

From Jan's Wiki
Revision as of 13:59, 13 January 2018 by Der Jan (talk | contribs) (Created page with "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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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