In correlation with the end of life (EOL) for MKE 3.7.x, maintenance of this documentation set was discontinued as of 2025-AUG-29. Click here for the latest MKE 3.x version documentation.
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.7.24 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.