All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.gesellix.docker.client.distribution.ManageDistribution Maven / Gradle / Ivy

There is a newer version: 2024-09-15T19-40-00-groovy-4
Show newest version
package de.gesellix.docker.client.distribution;

import de.gesellix.docker.client.EngineResponseContent;
import de.gesellix.docker.remote.api.DistributionInspect;

public interface ManageDistribution {

  EngineResponseContent descriptor(String image);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy