标签: docker
执行命令。
docker run -d -p 8080:8080 -v/root/webppps:/usr/local/tomcat/webapps
这会导致容器tomcat目录webapps也为空,-v命令首先删除目录,然后如果容器中存在目录,则创建目录吗?