Update README.md
Prefer to use `docker save -o` to set the output file. I'm currently on a Windows machine and with Powershell the command results in a corrupt file (i.e. 16M large, and not an archive). Besides that, it works like a charm. Cheers!
This commit is contained in:
parent
ce3283d68e
commit
49f09ef5f6
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Reference in a new issue