docker-compose up not working on macos for simple docker compose file #11465
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
/kind bug
Description
I'm trying to
docker-compose up
what I feel like to be a pretty simple docker compose file (docker-compose up
works just fine with the Docker Desktop daemon running). This file stands up a Kafka broker with an associated Zookeeper instance.I installed podman via Homebrew and did
podman machine init
andpodman machine start
.When I
docker-compose up
I get:Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
Additional information you deem important (e.g. issue happens only occasionally):
I would expect that this would "just work" for a macos user.
Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide? (https://github.com/containers/podman/blob/master/troubleshooting.md)
Yes
Additional environment details (AWS, VirtualBox, physical, etc.):
Physical environment - macOS 11.5.2
The text was updated successfully, but these errors were encountered: