Merge pull request #1 from xanderificnl/patch-1

Update README.md
This commit is contained in:
Maciej 2022-09-23 08:18:32 +02:00 committed by GitHub
commit 3f20c32e0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@ Columns: BRIDGE, VLAN-IDS, CURRENT-TAGGED, CURRENT-UNTAGGED
## Build & pack container
```
docker buildx build --no-cache --platform linux/arm/v6 -t mdns .
docker save mdns > mdns.tar
docker save mdns -o mdns.tar
8.8M mdns.tar # size after pack
```