Skip to content

Commit

Permalink
Update README.md (#40)
Browse files Browse the repository at this point in the history
`dockerc` there instead of `docker` which make misleading
  • Loading branch information
0ekk authored Nov 2, 2024
1 parent 11c8158 commit a17a316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a17a316

Please sign in to comment.