mirror of
https://github.com/NilsIrl/dockerc.git
synced 2025-12-24 13:18:19 +08:00
Update README.md (#40)
`dockerc` there instead of `docker` which make misleading
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user