I am trying to install UCP master using the below command
docker run --rm -i -v /var/run/docker.sock:/var/run/docker.sock --name ucp docker/ucp:1.0.3 install
However, I am getting the below error
ERRO[0029] Failed to set up initial UCP configuration
FATA[0029] client: etcd cluster is unavailable or misconfigured
Why do I see that error?