Update README.md (#40)

`dockerc` there instead of `docker` which make misleading
This commit is contained in:
Lihai Tu
2024-11-02 12:00:37 +08:00
committed by GitHub
parent 11c815860a
commit a17a3167f6

View File

@@ -16,7 +16,7 @@ $ dockerc --image docker://oven/bun --output bun
# Image in local docker daemon storage
$ dockerc --image docker-daemon:mysherlock-image:latest --output sherlock_bin
# Specify target instruction set architecture
$ docker --image docker://hello-world --arch arm64 --output hello
$ dockerc --image docker://hello-world --arch arm64 --output hello
```
The output binary can then be called as you would with usual binaries. You can