diff options
| author | sickcodes <[email protected]> | 2021-01-26 20:16:25 +0000 |
|---|---|---|
| committer | sickcodes <[email protected]> | 2021-01-26 20:16:25 +0000 |
| commit | fc3df53d0b46caddaa6e14cbbab1516daf94115d (patch) | |
| tree | 2416435bd22a0698d8b10d3cea0e9a2a9d772f5a | |
| parent | Clean out your Docker images/history/cache by simply deleting `/var/lib/docker` (diff) | |
| download | docker-osx-fc3df53d0b46caddaa6e14cbbab1516daf94115d.tar.xz docker-osx-fc3df53d0b46caddaa6e14cbbab1516daf94115d.zip | |
zstd decompress instead of re-compress in README.md
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -121,7 +121,7 @@ Upstream Credits (OSX-KVM project) among many others: https://github.com/kholia/ ```bash wget https://images2.sick.codes/mac_hdd_ng_auto.img.zst -zstd -k mac_hdd_ng_auto.img.zst +zstd -d mac_hdd_ng_auto.img.zst docker run -it \ --device /dev/kvm \ |