康来智慧冷链-后端
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.
 
 
 
 
 
 

313 B

# 将文件复制到容器
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