使用 --mount 标记可以指定挂载一个本地主机的目录到容器中去。 $ docker run -d -P \. --name web \. # -v /src/webapp:/usr/share/nginx/html \. --mount type=bind ...
確定! 回上一頁