Sebastiaan van Stijn

Results 2346 comments of Sebastiaan van Stijn

ping @armon @mitchellh PTAL 🤗

oh, looks like the repository may be gone; carried the change in https://github.com/armon/go-radix/pull/14

Are you still having this issue? Because ha.pool.sks-keyservers.net was down recently, so that could be related

May be worth checking if its indeed an issue (in many cases, an init may not be needed, but I haven't checked the code). Note that docker 1.13 also allows...

@dnephin looks like this needs a rebase 😅

Thanks! To clarify; there are some (in hindsight) badly chosen formats in docker (and -compose) that use `:` as separator; this worked at the time (only IPv4 support), but is...

Looking at the original use-case (running a single service from a multi-service compose file), I wonder if changes are needed at all for the syntax. Making `docker compose run` (e.g.)...

> this is a famous way to avoid the bug. Yes, for the example given, I don't think that workaround should be needed. For a case, where I would do...

Yes, that seems correct (at least from my perspective). (your example would still fail due to `nosuchimage:latest` of course 😜, but I understand what you're describing 👍)

@tianon or @yosifkit may be able to answer some of the question :-)