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

Port value should have appropriate defaults and overrides #46

Closed arun-gupta closed 8 years ago

arun-gupta commented 8 years ago

/docker host requires <HOST-IP>:2376. It should assume the default port of 2376.

if (!certPath.contains(":")) {
     certPath = certPath + ":2376";
}