@Override
 public void run() {
   LOG.info("ContainerProxy stopped:" + id + "," + proxy.getId());
   proxy.stopContainer();
 }