docker run --rm -it --name ucp -v /var/run/docker.sock:/var/run/docker.sock docker/ucp install -i --swarm-port 3376 --controller-port 4443
How to install Docker UCP and DTR installation on AWS EC2 instance. How to access UCP UI?
When am trying to install using above command, UCP getting installed on Private IP of the EC2 instance? How can I access UCP UI using private IP of EC2?
You forgot to specify host IP, see example below:
Then just load the UCP using your public IP and port 443.