How do I make docker compose
work when using colima?
#874
Unanswered
LondonAppDev
asked this question in
Q&A
Replies: 3 comments 3 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.
2 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
-
I have Colima installed on macOS.
Running
docker-compose
works 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