--name 設定container 的名稱. 在舉一個例子. docker run -it --rm busybox. --rm 代表當exit container 時,會自動移除container。 ( incompatible with -d ).
確定! 回上一頁