You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
.. | ||
apache-maven-3.9.0 | 2 years ago | |
README.md | 2 years ago | |
jdk-8u361-linux-x64.tar.gz | 2 years ago |
README.md
# 将文件复制到容器
docker cp 源文件位置 容器ID:/var/jenkins_home/tools/apache-maven-3.9.0
docker cp 源文件位置 容器ID:/var/jenkins_home/tools/jdk1.8.0_361
# 使用root用户进入容器进行授权
docker exec -it -u root 容器ID bin/bash
chmod -R 777 /var/jenkins_home/tools