Results 177 comments of Doug Goldstein

I've rebased once again and attempted to add a test that checks for failure not just the happy path.

Like @morremeyer I'm successfully running this patch in my infra. Overall this increases test coverage. I know the codecov says there's some partials and missed tests but that's cause the...

At this time we're waiting on @crenshaw-dev to review it. I've pinged him about it on Slack.

Thanks to reviews from @morremeyer I think the PR is in good shape. I've personally cherry picked it into the v2.11.0 release and built it locally and I'm using that...

Is this a bit like the need for "logical" containers as well as "physical" containers like #3110 touches on @glennmatthews ?

> Interestingly, I just tried with:: > > ``` > docker-machine create --driver google --google-project blablabla --google-machine-image https://www.googleapis.com/compute/v1/projects/ubuntu-os-cloud/global/images/ubuntu-1804-bionic-v20201201 anyname > ``` > > And it worked fine. > > After...

> @cardoe, not really: > > ``` > $ docker-machine ssh anothertest Use `eval $(docker-machine env anothertest)` and you'll see it's broken. You need to connect the same way that...