Install MKE¶
To install MKE on GCP, run the following command:
docker container run --rm -it \
--name ucp \
--volume /var/run/docker.sock:/var/run/docker.sock \
mirantis/ucp:3.6.20 install \
--host-address <ucp-ip> \
--cloud-provider gce \
--interactive
Note
Do not use the --cloud-provider gce
flag if you do not require cloud
provider integration.