asc-lab / micronaut-microservices-poc

Very simplified insurance sales system made in a microservices architecture using Micronaut
https://altkomsoftware.pl/en/blog/microservices-micronaut/
Apache License 2.0
486 stars 170 forks source link

Docker network_mode: host supports only Linux #28

Open KamilWitkowski7 opened 5 years ago

KamilWitkowski7 commented 5 years ago

I am a Windows user.

When running docker-compose i can not access kafka manager via localhost:9000.

Here i found this info:

The host networking driver only works on Linux hosts, and is not supported on Docker Desktop for Mac, Docker Desktop for Windows, or Docker EE for Windows Server.

Is there an option to change docker files so they won't use network_mode: host ?

Also i found out - that i need to have Linux ending file (LF) instead of Windows default (CRLF) to keep container mn-web-vue running.

rkusmierek commented 5 years ago

Thanks for feedback. I added info about necessary git config to README.