file.txt. 要將單個本地文件掛載到容器中,我們可以擴展之前的 run 命令: $ docker run -d -it \ --mount type=bind,source="$(pwd)"/file.txt ...
確定! 回上一頁