Skip to content

Instantly share code, notes, and snippets.

@ry4nz
Last active May 25, 2021 22:30
Show Gist options
  • Save ry4nz/f588be71a320e5b7086c541defaba9b7 to your computer and use it in GitHub Desktop.
Save ry4nz/f588be71a320e5b7086c541defaba9b7 to your computer and use it in GitHub Desktop.
Install MKE
To install MKE, make sure you have `docker` installed on your VM. Then run the following command
docker run --rm -it --name ucp -v /var/run/docker.sock:/var/run/docker.sock \
mirantis/ucp:3.4.1 \
install \
--swarm-port 3376 --admin-password supersecret
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment