In correlation with the end of life (EOL) for MKE 3.6.x, maintenance of this documentation set was discontinued as of 2024-OCT-13. 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.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.