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

need to speed up docker run (other operations) to repaint containers #67

Closed aspyker closed 8 years ago

aspyker commented 8 years ago

Right now the docker run completes and it can take up to tick seconds for the containers to show up (up to 2 seconds by default) Could we instead force a refresh immediately?

AdityaGupta1 commented 8 years ago

/docker run and some other commands now run updateContainers() during execution.