Setting Up a Private Docker Registry Using Nexus
Prerequisites
Ubuntu 24.04 server
Instance type: t2.medium
Disk: 25GB
Security Group (SG) open inbound ports: 3000-10000, 80, 443, 22
Step 1: Install Docker
First, update the package index and install Docker.
sudo apt update -y
sudo apt install...