假设Docker容器中的Gradle缓存目录为/root/.gradle,使用以下命令挂载本地Gradle缓存目录: $ docker run -v /path/to/local/gradle/cache:/root/.gradle ...
確定! 回上一頁