aws / aws-codebuild-docker-images

Official AWS CodeBuild repository for managed Docker images http://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref.html
Other
1.11k stars 973 forks source link

Can't get file from cp filed in docker run -v <path>:/mount <image> bash -c "cp file /mount" #647

Open Niknu opened 1 year ago

Niknu commented 1 year ago

When I run docker run -v <path>:/mount <image> bash -c "cp foo /mount"

I can't see the copied file in the run of the codebuild locally. This works, though, in the AWS cloud.