-
Hi, I think it's currently possible to have profiles set for different architectures running containers at the same time. The idea would be to operate with I tried to achieve this by changing Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can have the The docker socket can be gotten from the output of export DOCKER_HOST="unix://$HOME/.colima/default/docker.sock" All docker commands will thereafter point to the profile. |
Beta Was this translation helpful? Give feedback.
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
.All docker commands will thereafter point to the profile.