docker run -it [image-id] # 根據image 建立並執行container ... docker run -d redis # 讓該container 在背景執行 ... 執行ubuntu 的bash $ docker ...
確定! 回上一頁