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.5.9 install \
--host-address <ucp-ip> \
--cloud-provider gce \
--interactive
Note
If you do not require cloud provider integration, do not use the
--cloud-provider gce
flag.