Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用以下命令启动了一个容器,使用 putty 连接到 linux 服务器。
docker start -i <containerid>
但我无法退出它并返回命令行,而不关闭腻子。
你可以从你的终端做:
exit
ctrl+C
ctrl+D