AV
Size: a a a
AV
GG
GG
AV
GG
c
TN
AG
TN
AG
TN
docker build --tag ${repository}:setup .
docker run --name ${tmp_container_name} \
--mount type=bind,source=${project_root_dir},target=${mount_dir} ${repository}:setup \
cp -r /opt /mounted
docker commit ${tmp_container_name} ${repository}:latest
docker stop ${tmp_container_name}
TN
AG
docker build --tag ${repository}:setup .
docker run --name ${tmp_container_name} \
--mount type=bind,source=${project_root_dir},target=${mount_dir} ${repository}:setup \
cp -r /opt /mounted
docker commit ${tmp_container_name} ${repository}:latest
docker stop ${tmp_container_name}
AG
AG
docker build --tag ${repository}:setup .
docker run --name ${tmp_container_name} \
--mount type=bind,source=${project_root_dir},target=${mount_dir} ${repository}:setup \
cp -r /opt /mounted
docker commit ${tmp_container_name} ${repository}:latest
docker stop ${tmp_container_name}
GG
GG
docker build --tag ${repository}:setup .
docker run --name ${tmp_container_name} \
--mount type=bind,source=${project_root_dir},target=${mount_dir} ${repository}:setup \
cp -r /opt /mounted
docker commit ${tmp_container_name} ${repository}:latest
docker stop ${tmp_container_name}
AG
TN