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

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

The 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