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

me.bazhenov.docker.Volume Maven / Gradle / Ivy

There is a newer version: 1.6.2
Show newest version
package me.bazhenov.docker;

/**
 * Provide a basic volume support in a docker container
 */
public @interface Volume {

	/**
	 * @return path inside the container
	 */
	String value();

	/**
	 * @return path at the host
	 */
	String atHost();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy