Daniel Nephin

Results 444 comments of Daniel Nephin

Thank you for the report! I think this sounds related to #189 in some ways. I believe because the go-dockerclient version that is being used is so old it doesn't...

I'm not sure when I will be able to give it a full review and try it out, but I wanted to say that it looks pretty cool. Thanks for...

I think you need `-p 27017:27017` otherwise it will pick a random port on the host.

I don't think I understand how this would work. Do you mean all the values [here](http://dnephin.github.io/dobi/variables.html#supported-variables) would have slug versions? Are there any in particular that you think would be...

Cool, that makes sense. I think this would be a cool feature. Maybe something like `{git.branch|slug}`, which is similar to some other template languages I've seen. The only prefix that...

The function to look up the config comes from `go-dockerclient`, here: https://github.com/fsouza/go-dockerclient/blob/eb4b27262d9a41d4004d101c32e0598782a39415/auth.go#L59-L88 It looks like a bunch of files are checked, but they require either the `DOCKER_CONFIG` or `HOME` env...

I'm not familiar with `az acr login`. Could it be that it is expecting to store the password in a password store, which `.dobi` doesn't support? I notice there is...

I think it would use `github.com/docker/cli/cli/compose` as a library, so would only support Compose v3.x. I guess it would deprecate the compose resource, but not the compose file. A stack...

I think that is fixed in 17.09: https://github.com/moby/moby/issues/30951#issuecomment-342647614

`docker-machine` always uses an iso I think, so I don't think so. Is that related?