You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When performing docker magic with centos 7
command docker run --rm -v ${PWD}:/data pamoauth2device-rpm-build cp -r 'rpmbuild/RPMS /data'
I had to execute via docker run --rm -v ${PWD}:/data pamoauth2device-rpm-build cp -r rpmbuild/RPMS /data
But still there was an problem that /data was mounted with ownership that doesn't allow builder user to copy anything there (permission denied).
The text was updated successfully, but these errors were encountered:
When performing docker magic with centos 7
command
docker run --rm -v ${PWD}:/data pamoauth2device-rpm-build cp -r 'rpmbuild/RPMS /data'
I had to execute via
docker run --rm -v ${PWD}:/data pamoauth2device-rpm-build cp -r rpmbuild/RPMS /data
But still there was an problem that /data was mounted with ownership that doesn't allow builder user to copy anything there (permission denied).
The text was updated successfully, but these errors were encountered: