migrate to fsouza/go-dockerclient#78
Conversation
|
@vdemeester Jenkins complains about the library coding style. Looks like that dockerclient is below the our coding standards, as well as our own integration tests 😜 |
|
not sure why its checking stuff in |
|
hum.. there is some weird things going on with |
|
I've just rebased on top the latest master |
|
@ibuildthecloud @vdemeester I rebased again. Any human feedback on the code while robots are trying to build this? (Integration tests should pass: I've checked) |
|
@imikushin I added comments on the commit imikushin@06d6abf |
89f03d5 to
732c96a
Compare
|
Although I believe I've addressed all comments, I don't mind receiving more, especially, LGTM 😉 |
Signed-off-by: Ivan Mikushin <i.mikushin@gmail.com>
|
Rebased and squashed, updated to using HostConfig.CPUSetCPUs instead of HostConfig.CPUSet (as per docker API 1.20). Updated create_test.go accordingly |
Signed-off-by: Ivan Mikushin <i.mikushin@gmail.com>
|
Couple of nits, otherwise I think it's good to go. |
|
LGTM |
|
All right, LGTM for me too 🐸 |
migrate to fsouza/go-dockerclient
|
thank you @imikushin, great work! 🎉 |
|
This is amazing stuff definitely going to be able to finish #45 nicely now! |
|
Really glad we did it 😺 |
Implementing #71.
This is a work in progress because integration tests do not pass yet.