AdityaGupta1 / mobycraft

A Minecraft client-side mod to manage and visualize Docker containers in Minecraft
Apache License 2.0
35 stars 7 forks source link

Investigate docker-client library #54

Closed arun-gupta closed 8 years ago

arun-gupta commented 8 years ago

Look at docker-client (https://github.com/spotify/docker-client/blob/master/docs/user_manual.md) library instead of docker-java. The instructions are much better.

AdityaGupta1 commented 8 years ago

There's no point in redoing all of the work we've done so far to move to a different library. We could add it as another module, but there isn't a point in that either.