Michael Irwin

Results 139 comments of Michael Irwin

Interesting. Thanks for sharing your workaround @mickymacato. I'll admit that I'm not 100% sure _why_ that workaround is working. I'll do some digging on the DNS errors you seem to...

Interesting. So, the built-in DNS is having issues for some reason. I think I had heard of a recent bug that could be playing into it. So curious... are you...

Awesome! In the meantime, I can simply fall back to polling for the data. Obviously not as preferred, but will certainly do the job.

For images that define exposed ports (using `EXPOSE`), those ports are made available through the "Optional parameters" portion of the run dialog. It would be nice to have those elevated,...

Another improvement would be around volumes. It would be awesome to allow an image to somehow specify "special" directories, such as a web root that files will be served from,...

I'm thinking that we simply update `DefaultConfig.Optional` and `DefaultConfig.Required` methods to check for the presence of a `${key}_FILE` variable first. If present, use the contents of the file it's pointing...

Good question. If both are set, I think that's an error. I just tried it against the official MySQL image and it throws an error and stops execution.

> are you planning to load the whole exporter configuration from a file? Or just sensitive data? I not planning on having a single file specify everything, but support the...

I'm having the same problem as well. But, in my case, it's a Java-based build and the Maven cache repo is being included as an ignore-path. The number of changes...