Install MKE¶
After you perform the steps described in Prerequisites, run the
following command to install MKE on a master node. Substitute <ucp-ip>
with
the private IP address of the master node.
docker container run --rm -it \
--name ucp \
--volume /var/run/docker.sock:/var/run/docker.sock \
mirantis/ucp:3.7.14 install \
--host-address <ucp-ip> \
--cloud-provider aws \
--interactive
Note
The --cloud-provider aws flag is available as of MKE 3.7.12.