Created
January 27, 2022 17:28
-
-
Save guilhermecgs/adbabb148579a1d3a8e2ec80fedb6502 to your computer and use it in GitHub Desktop.
This file contains 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
# rancher as docker replacement | |
# avoid conflict with rancher installation | |
brew uninstall helm kubectl nerdctl docker docker-compose | |
# install rancher | |
brew install --cask rancher | |
brew install docker-compose | |
brew install docker-credential-helper |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment