Skip to content

Multiple active profiles for different architectures #609

Answered by abiosoft
miquecg asked this question in Q&A
Discussion options

You must be logged in to vote

You can have the DOCKER_HOST environment set for the current shell, it takes precedence over the context.

The docker socket can be gotten from the output of colima status.

export DOCKER_HOST="unix://$HOME/.colima/default/docker.sock"

All docker commands will thereafter point to the profile.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@miquecg
Comment options

Answer selected by miquecg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants