Daniel Nephin
Daniel Nephin
Thank you for the PR! In case you missed it, I wanted to make you aware of the project sunsetting announcement: https://github.com/dnephin/pre-commit-golang/issues/98 I don't write python much these days, and...
This call to `path.Dir()` should be `filepath.Dir()`: https://github.com/dnephin/filewatcher/blob/master/runner/runner.go#L100, that seems like one problem. I'm not sure about the rest. I have never tried using it on windows.
This is by design. The `.env` support is a feature of Compose, not of the file format. We can discuss adding this for a future release, but I don't know...
The design of `docker stack` deploy is a bit different from `docker-compose` commands. I don't think it makes sense to just read a `.env` by default. Not even the `docker-compse.yml`...
Thanks, I opened https://github.com/docker/docker.github.io/issues/3654 to fix the docs
Ah makes sense. While constructing the set of "all images being used by containers" we should append the `:latest` tag to any images that don't have tags, so that the...
This is a cool idea. Will give it a better review once we get CI working again.
I've seen this error a lot, so I guess it's normal. I believe it happens when a container is started after `dcgc` gets a list of containers (which is one...
I like the idea (2). I think it's worth mentioning that what is currently in `api/client` is actually the cli commands. I think the package name is not great. We...