Brian Palmer

Results 122 comments of Brian Palmer
trafficstars

I haven't had a chance to try out that potential fix yet, I need to re-install docker for mac.

Darn... I suppose we could try exposing DNS on the standard port 53 instead with `-p 53:19322/udp` but I don't know how likely that is to conflict with other things.

**Correction:** I thought I had this fully working, but following the below steps fixes in-container resolving but breaks host resolving. Thanks for reminding me about this open issue. I do...

Yeah at first I thought 192.168.65.2 was reachable from the host, but it must've just been caching.

I was hoping to find an IP address that will work from both host and containers, but I haven't had any luck there. The best solution might be to run...

I haven't looked at how nginx-proxy does this, but since the `nginx.tmpl` in this project is essentially a fork of theirs, we can probably just port over the logic there...

I've never used swarm mode and I'm not familiar with how it configures the containers, so it's likely that Dinghy doesn't fully support it. Currently, the DNS names are based...

Hi, can you provide more information? I'm not sure what you mean by "I am unable to see the files on the container". Are you trying to hit a dev...

Oh OK, that helps a lot thanks. Unfortunately this doesn't sound like something I can probably help with, it sounds like an issue with your local docker setup not with...

That last `server` block is listening on port 443 for hostname `justsunnies.docker`. What exactly do you see when you make a request? Curl can be helpful to get all the...