sudo docker run -d -P --name web training/webapp python app.py. Copied! ... 在執行docker run 的時候如果新增--rm 標記,則容器在終止後會立刻刪除。
確定! 回上一頁