Last active
August 5, 2022 11:08
-
-
Save remlapmot/9fe1da844fae019e477141975d991fcc to your computer and use it in GitHub Desktop.
Colima commands
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
# 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