Description
Following my issue from here: https://stackoverflow.com/questions/78814815/custom-docker-container-ip-on-macos-with-colima
My docker-compose file:
services:
nginx:
ports:
- 127.42.90.84:8081:80
volumes:
- ./:/srv/app:rw,cached
When trying to access 127.42.90.84 I do get Response too long. Started colima with
colima start --cpus 4 --memory 16 --disk 100 --network-host-addresses
Version
colima version 0.10.3
git commit: 00f6c297e92a82c04a4ab507db0a61435650d7e8
runtime: docker
arch: aarch64
client: v29.7.2
server: v29.5.2
limactl version 2.2.0
qemu-img version 9.2.2
Copyright (c) 2003-2024 Fabrice Bellard and the QEMU Project developers
Operating System
Output of colima status
INFO[0000] colima is running using macOS Virtualization.Framework
INFO[0000] arch: aarch64
INFO[0000] runtime: docker
INFO[0000] mountType: virtiofs
Reproduction Steps
- Start colima
2.Start containers with docker-compose up -d
- Unable to access nginx
Expected behaviour
I should be able to access nginx
Additional context
No response
Description
Following my issue from here: https://stackoverflow.com/questions/78814815/custom-docker-container-ip-on-macos-with-colima
My docker-compose file:
When trying to access
127.42.90.84I do getResponse too long. Started colima withVersion
Operating System
Output of
colima statusINFO[0000] colima is running using macOS Virtualization.Framework
INFO[0000] arch: aarch64
INFO[0000] runtime: docker
INFO[0000] mountType: virtiofs
Reproduction Steps
2.Start containers with
docker-compose up -dExpected behaviour
I should be able to access nginx
Additional context
No response