From a17a3167f6bb255252f3798b0d65a2a4d75e3576 Mon Sep 17 00:00:00 2001 From: Lihai Tu <92532497+tu1h@users.noreply.github.com> Date: Sat, 2 Nov 2024 12:00:37 +0800 Subject: [PATCH] Update README.md (#40) `dockerc` there instead of `docker` which make misleading --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 838b1f3..008d9c4 100644 --- a/README.md +++ b/README.md @@ -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