I am trying to install and launch UCP on docker EE and I am getting the above error. I am using the below command to launch UCP:
docker container run --rm -it --name ucp \
-v /var/run/docker.sock:/var/run/docker.sock \
docker/ucp:3.1.1 install \
--host-address <ip-host-address> \
--interactive
I then run
docker logs ucp-reconcile
and it just says there is no such container.
The only warning I get is
Unauthorized users may be able to access this node since it's listening on port 2375.
but it is a warning and shouldn't affect the deployment of the UCP on a swarm.
I am not able to understand what needs to be done in order to get this up.