要進入Docker Container 內部有很多種方法,下面為exec 和attach 的方法,例如進入Ubuntu 的Container : sudo docker exec -it ubuntu bash.
確定! 回上一頁