docker run -it --name container5 busybox /bin/bash

可以将上面的命令修改为

# 将/bin/bash修改为/bin/sh
docker run -it --name container5 busybox /bin/sh