Browsed by
Tag: docker-composer

Getting outside-in with docker-compose[r] networks

Getting outside-in with docker-compose[r] networks

  I had several docker containers spun up, all happily talking to each other on their own network. All happy for me to talk to them from the host Ubuntu system as well. Slight issue of when a configuration is exported from one of the docker containers, it was referring to the others by the domain it knew, example.com – not so great to use it from the host that knew it via localhost. Ah, I can use sed to…

Read More Read More