115116117118119120121122123124125
@POST @Path("start") public void start() { FabricService fabricService = getFabricService(); Objects.notNull(fabricService, "fabricService"); fabricService.startContainer(container); } /** * Stops the container */