[docker] 指令 docker exec – 進入到已啟動的容器操作介面

進入已在運行中的container

docker exec -it <container編號 or container名稱> /bin/bash

接下來就可以執行指令了

Category: 來玩docker