标签: docker
docker exec -ti [container-id] /bin/bash"
挂起并且不对^ C或^ Z做出反应,但是
docker exec -ti [container id] /bin/bash -c pwd
工作完美
这可能是什么原因?