You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've got a docker compose that has a few rabbitmq instances and a haproxy, and they talk to each other via hostnames specified via docker.compose.
In plain docker desktop, they boot fine and work fine, but when trying to switch to colima, the containers boot, then crash with failed to resolve hostname: rabbitmq-1 or similar.
Version
Colima Version: 0.5.4
Lima Version: 0.15.0
Qemu Version: 7.2.0
Well, this is embarrassing. I created a little test config, and when attempting to use it, found that it works fine.
I then went and double checked my problematic docker-compose, and found that the workers (rabbitmq, in this case) were failing because they cannot chown a mounted volume, and the haproxy could not reach hostname was just the last line in the log. Looks like the Chown issue can be simply resolved by setting uid:gid on the user (#54)
Description
I've got a docker compose that has a few rabbitmq instances and a haproxy, and they talk to each other via hostnames specified via docker.compose.
In plain docker desktop, they boot fine and work fine, but when trying to switch to colima, the containers boot, then crash with
failed to resolve hostname: rabbitmq-1
or similar.Version
Colima Version: 0.5.4
Lima Version: 0.15.0
Qemu Version: 7.2.0
Operating System
Output of
colima status
INFO[0000] colima is running using QEMU
INFO[0000] arch: aarch64
INFO[0000] runtime: docker
INFO[0000] mountType: sshfs
INFO[0000] address: 192.168.106.2
INFO[0000] socket: unix:///Users/dev/.colima/default/docker.sock
Reproduction Steps
Expected behaviour
The two different containers would be able to communicate with each other via docker-compose internal dns names
Additional context
No response
The text was updated successfully, but these errors were encountered: