Permission issues in nexus3 docker container Permission issues in nexus3 docker container docker docker

Permission issues in nexus3 docker container


I could solve it by deleting all local docker images: docker image prune -a

Afterwards it downloaded the image again and it worked.This is strange because I also compared the fingerprints of the images and they were identical.


You should attribute correct right to the folder where the persistent volume is located.

chmod u+wxr -R <folder of /nexus-data volumes>

Be carefull, if you execute previous command, it would give write, read and execution right to all users. If you want to give more restricted right, you should modify the command.