docker-library / busybox

Docker Official Image packaging for Busybox
http://busybox.net
388 stars 126 forks source link

busybox doesn't support bash #170

Closed ningmingxiao closed 1 year ago

ningmingxiao commented 1 year ago
[root@localhost blkio]# docker run -it busybox bin/bash
docker: Error response from daemon: oci runtime error: container_linux.go:306: starting container process caused "exec: \"bin/bash\": stat bin/bash: no such file or directory".
yosifkit commented 1 year ago

Busybox doesn't package a bash compatible binary, just sh.