Comment 3 for bug 1574904

Revision history for this message
Michael Hudson-Doyle (mwhudson) wrote : Re: Docker compiled with wrong version of Go

Vendoring net/http turns out to be really annoying because you end up having to vendor lots of other stdlib packages as well to make things work. I have another, even more evil idea: binary patching! I *think* this program will allow a docker binary to accept the bogus headers sent by docker < 1.10: http://paste.ubuntu.com/16060673/