ContainerDTO container = fabric8.getCurrentContainer();
assertNotNull("getCurrentContainer() returned NULL!", container);
// TODO: create a new container, start it and check if state is started, delete container
fabric8.startContainer(container);
} catch (IOException ex) {
fail(ex.getMessage());
} finally {
con.disconnect();
}