我想下载busybox图像并得到它,但尽管如此,我还是有以下错误:
? bgarcial [~] ? sudo docker run busybox:1.29 "hello world"
Unable to find image 'busybox:1.29' locally
1.29: Pulling from library/busybox
90e01955edcd: Already exists
Digest: sha256:2a03a6059f21e150ae84b0973863609494aad70f0a80eaeb64bddd8d92465812
Status: Downloaded newer image for busybox:1.29
docker: Error response from daemon: OCI runtime create failed: container_linux.go:348: starting container process caused "exec: \"hello world\": executable file not found in $PATH": unknown.
ERRO[0004] error waiting for container: context canceled
? bgarcial [~] ? sudo docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
busybox 1.29 59788edf1f3e 2 …
Run Code Online (Sandbox Code Playgroud) docker ×1