Last active
May 25, 2021 22:30
-
-
Save ry4nz/f588be71a320e5b7086c541defaba9b7 to your computer and use it in GitHub Desktop.
Install MKE
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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