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, finnaly Nexus3 starts somehow, but when I try to open http://localhost:8081/ it stacks forever on initializing screen.
Is there any way to start Nexus on MacOS?