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

io.paradoxical.v2.ContainerConfigurator Maven / Gradle / Ivy

There is a newer version: 1.28
Show newest version
package io.paradoxical.v2;

import com.github.dockerjava.api.command.CreateContainerCmd;

public  interface ContainerConfigurator {
    void configure(CreateContainerCmd cmd);
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy