Matt Brown
Matt Brown
I like the idea 👍
@davidxia is this still something you want to track with an open issue?
It is hard to say what the user intent is if they call `docker.pull("redis")`. I can't really see a use case for pulling all known tags of a given docker...
if you are feeling adventurous and want to test builds on Windows, could give https://www.appveyor.com/ a shot
@johnflavin awesome writeup. +1 that the intention of this library is to be a client for the docker API as opposed to the `docker` CLI.
Right, this library is meant to be a client for the API. I don't see the point of a client for the CLI, when the CLI already exists.
I think it is a fair request to add API methods related to the docker system CLI as mentioned above > However, there is more you could do that would...
Travis should run - let me take a look at that. Do you have more info on what the dependency conflict/problems were? Could they have been resolved by making sure...
for some reason Travis thought this repo was "inactive", but that seems to be fixed now.
One way that you can avoid needing to care about which order you list the dependencies in your pom.xml is to add jnr to the section with the version you...