ICE4 Install Nexus3 on docker
Install docker
Install docker-compose
https://docs.docker.com/compose/install/
Make directory
/app/nexus3
Mkdir docker-compose-nexus.yml
Run command
docker-compose -f docker-compose-nexus.yml up -d
Create nginx config file like nexus.conf
on /etc/nginx/conf.d
Check nexus3
docker ps
Accessing the nexus3 Docker container
docker container exec -it nexus3 bash
Accessing the nexus3 console log through Docker logs
docker container logs nexus -f