我天真地希望此命令在正在运行的容器中运行bash shell:
docker run "id of running container" /bin/bash
似乎不可能,但出现错误:
2013/07/27 20:00:24 Internal server error: 404 trying to fetch remote history for 27d757283842
因此,如果我想在正在运行的容器中运行bash shell(例如,出于诊断目的)
我必须在其中运行SSH服务器并通过ssh登录吗?
docker attach container_name
docker run CONTAINER
计划在1.0