Class ImageUtils

java.lang.Object
org.aksw.commons.util.docker.ImageUtils

public class ImageUtils extends Object
Utils to inspect images and whether they exist. Note: Methods that start containers for probing are in ContainerUtils.
  • Constructor Details

    • ImageUtils

      public ImageUtils()
  • Method Details

    • imageExists

      public static boolean imageExists(String imageName, boolean pullIfAbsent)
    • pullImage

      public static boolean pullImage(String imageName)