Class PdalDockerModel

    • Constructor Detail

      • PdalDockerModel

        public PdalDockerModel()
    • Method Detail

      • checkDockerInstall

        protected String checkDockerInstall()
        Checks if docker client is initialized and if not, inits it. If it can't init it: it returns an error string, else null.
      • hasImage

        protected String hasImage()
      • pullImage

        protected void pullImage​(org.hortonmachine.gears.libs.monitor.IHMProgressMonitor pm)
                          throws Exception
        Throws:
        Exception
      • removeImage

        protected void removeImage​(String id)
      • getPipelineJson

        public String getPipelineJson​(String inName,
                                      String outName,
                                      org.json.JSONObject... filters)