فهرست منبع

Update macvlan_setup.md (#485)

Documenting some fixes that helped me as I followed this guide.
bigboytreehouse 1 سال پیش
والد
کامیت
e6e5c7054b
1فایلهای تغییر یافته به همراه3 افزوده شده و 1 حذف شده
  1. 3 1
      docs/macvlan_setup.md

+ 3 - 1
docs/macvlan_setup.md

@@ -126,6 +126,8 @@ Enable **Enable manual container attachment** so we can add containers to this n
 
 This is all for the creation network, just click in **Create the network**.
 
+If you get an error at this point that the Pool overlaps, and you are sure you entered IP addresses correctly, the error may be resolved by sshing into the pi and running the command ```service docker restart```
+
 
 ## Connect a docker to this network
 
@@ -188,7 +190,7 @@ After=network.target
 ExecStart=/usr/local/bin/macvlan-setup.sh
 
 [Install]
-WantedBy=default.targe
+WantedBy=default.target
 ```
 
 After creating the file, enable it with systemd: