소스 검색

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**.
 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
 ## Connect a docker to this network
 
 
@@ -188,7 +190,7 @@ After=network.target
 ExecStart=/usr/local/bin/macvlan-setup.sh
 ExecStart=/usr/local/bin/macvlan-setup.sh
 
 
 [Install]
 [Install]
-WantedBy=default.targe
+WantedBy=default.target
 ```
 ```
 
 
 After creating the file, enable it with systemd:
 After creating the file, enable it with systemd: