Skip to content

Instantly share code, notes, and snippets.

@remlapmot
Last active August 5, 2022 11:08
Show Gist options
  • Save remlapmot/9fe1da844fae019e477141975d991fcc to your computer and use it in GitHub Desktop.
Save remlapmot/9fe1da844fae019e477141975d991fcc to your computer and use it in GitHub Desktop.
Colima commands
# Use colima
docker context use colima
# Use docker
docker context use colima
colima start
colima stop
# Go back to using Docker
docker context use default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment