aws-codebuild-docker-images icon indicating copy to clipboard operation
aws-codebuild-docker-images copied to clipboard

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

Open Niknu opened this issue 2 years ago • 0 comments

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.

Niknu avatar May 30 '23 11:05 Niknu