Docker Volume 是個介於主機與容器間的共享資料夾,可用來匯入或匯出容器內的資料 ... docker run -d -P --name web -v <host path>:<container path> ...
確定! 回上一頁