Last active
March 21, 2022 13:41
-
-
Save alexalouit/1abd4e3f57de7cfc86ffc291df1d4b91 to your computer and use it in GitHub Desktop.
macos: docker as cli (not desktop)
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
$ brew install docker docker-compose kubectl kubectx | |
$ brew install colima | |
$ colima start --cpu 1 --memory 2 --disk 10 | |
# colima stop | |
# colima start --cpu 4 --memory 8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment