Skip to content

Instantly share code, notes, and snippets.

@alexalouit
Last active March 21, 2022 13:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexalouit/1abd4e3f57de7cfc86ffc291df1d4b91 to your computer and use it in GitHub Desktop.
Save alexalouit/1abd4e3f57de7cfc86ffc291df1d4b91 to your computer and use it in GitHub Desktop.
macos: docker as cli (not desktop)
$ 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