How do I make docker compose work when using colima?
#874
Unanswered
LondonAppDev
asked this question in
Q&A
Replies: 3 comments 5 replies
-
|
I was in the same situation recently, so just a guess -- you use Homebrew to install docker-compose. If so, this might help you: mkdir -p ~/.docker/cli-plugins
ln -sfn $HOMEBREW_PREFIX/opt/docker-compose/bin/docker-compose ~/.docker/cli-plugins/docker-compose |
Beta Was this translation helpful? Give feedback.
4 replies
-
|
Thank you! BTW, brew now says this about using docker-compose from colima: |
Beta Was this translation helpful? Give feedback.
1 reply
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
I have Colima installed on macOS.
Running
docker-composeworks fine, however if I rundocker compose, it says:I understand that using Docker Desktop will install compose as a plugin so it can be used by running
docker compose.Is there a way to set this up when using Colima?
Beta Was this translation helpful? Give feedback.
All reactions