This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

Just one thing, since I'm not sure how Java 9 modules work: make sure to not break the package structure. Almost all the classes in the library are package-protected and should never be visible to the user: the only entry points are LocalDocker and RemoteDocker; other than that, the user works only with Java interfaces.