Skip to content

Commit

Permalink
Update macvlan_setup.md (#485)
Browse files Browse the repository at this point in the history
Documenting some fixes that helped me as I followed this guide.
  • Loading branch information
bigboytreehouse committed Feb 11, 2024
1 parent d1521e0 commit e6e5c70
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/macvlan_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit e6e5c70

Please sign in to comment.