(no title)
Queue29 | 3 years ago
But here's a different way of looking at it: using only Python example, can you identify every way that launching that container might fail?
Now do the same with the Go example. See the difference? Folks who value looking at a piece of code and knowing what might happen - not just in the happy path but also in the error path - I think will likely appreciate the Go sample.
ydnaclementine|3 years ago
thunky|3 years ago
https://github.com/docker/docker-py/blob/923e067dddc3d4b86e4...
danwee|3 years ago