Tobias Gesellchen
Tobias Gesellchen
WIP: #149
A [strongly typed docker-client](https://github.com/docker-client/docker-remote-api-client) is now used internally, and we're going to work on the following aspects: - fix the attach/interactive apis (container start, exec start), which have been somewhat...
@alex-labuta thanks for the bug report! If I read correctly, we're looking at the following issues here: - reading a compose file fails with an `java.lang.AbstractMethodError` - parsing external network...
Related: - https://github.com/fabric8io/docker-maven-plugin/issues/1018 - https://github.com/jstarks/npiperelay/issues/7
Hey, thanks! Due to many other things to do, I have to admit that the documentation has less priority. Would you like to help? I would need to know where...
sounds great :+1: - if you need any help or have questions (or even find bugs), just leave a note here!
For auth/login, the default `~/.dockercfg` can be used like this: ``` def authConfig = dockerClient.readDefaultAuthConfig() dockerClient.auth(authConfig) ``` So, the `authConfig` is a map with the properties like described in the...
On the other question for a more explicit api: The docker-client doesn't provide any types or interfaces for the containerConfig or other payload. So the best way is to understand...
@mauricioklein hey, did you make any progress or do you have questions? I hope the docker-client isn't too much confusing ;-)
@trishayy may I ask if you already tried to use the docker-client? Where did you miss documentation?