aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaciej2022-09-23 08:18:32 +0200
committerGitHub2022-09-23 08:18:32 +0200
commit3f20c32e0cbd3a2fc5ccdf214c23833cb04f2b2f (patch)
treefb92e6b8d25dbffdd37991f66fb3efb56ff8f5d8
parentce3283d68e62e6a14d2ff8d3f6a257f50ea36d1f (diff)
parent49f09ef5f64cc718d3db322432b65b1b6a24f6a4 (diff)
Merge pull request #1 from xanderificnl/patch-1
Update README.md
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6fc9d91..dc7a8ac 100644
--- a/README.md
+++ b/README.md
@@ -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
```
@@ -79,4 +79,4 @@ log print where topics~"container"
jul/01 21:49:35 container,info,debug + exec /bin/mdns-repeater -f eth0.20 eth0.100
jul/01 21:49:35 container,info,debug mdns-repeater: dev eth0.20 addr 10.0.20.27 mask 255.255.255.0 net 10.0.20.0
jul/01 21:49:35 container,info,debug mdns-repeater: dev eth0.100 addr 10.0.100.244 mask 255.255.255.0 net 10.0.100.0
-``` \ No newline at end of file
+```