I'm trying to start Maven repository as Docker container with this command:
docker run -d -p 8081:8081 --name nexus sonatype/nexus3
When I do it on my Windows 10 host, everything is fine.
When I try the same on my macOS host, I get a lot of errors in logs. Eventually, Nexus3 starts somehow, but when I try to open http://localhost:8081/ it stacks forever on the initializing screen.
Is there any way to start Nexus on macOS?
Ok. It looks line now (13.09.2021) the desidion is to use klo2k/nexus3 version of Nexus on ARM