// TODO: create container, start it, check if started, stop it, check if stopped, delete container
fabric8.stopContainer(container);
} catch (IOException ex) {
fail(ex.getMessage());
} finally {
con.disconnect();
}
}
@Test
public void testDestroyContainer() throws Exception {