为什么docker run之后,不能通过exec进入容器 一些基础镜像直接启动并不会持续运行,通过shell保持容器持续运行 docker run -d --name test_container aone_node:18 tail -f /dev/null