Skip to content

Commit 7dcf3aa

Browse files
feat(video): How I Run Docker on TrueNAS Like a Pro
1 parent d4afcbb commit 7dcf3aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2025-07-11-truenas-docker-pro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ docker network create -d macvlan \
266266
iot_macvlan
267267
```
268268

269-
> *Warning: macvlan works best with physical interfaces like `eth0`. It can work with bonded or VLAN interfaces too, but compatibility depends on your network setup and driver support.*
269+
> *Warning: macvlan works best with physical interfaces like `eth0`. It can work with bonded or VLAN interfaces too, but compatibility depends on your network setup and driver support. (I am using a bond without ay issues but worth mentioning in case you run into issues)*
270270
{: .prompt-warning }
271271

272272
> *Danger: If you assign the same IP to more than one container or device, it will cause an IP conflict and could take your Home Assistant or host offline.*

0 commit comments

Comments
 (0)