Package io.fabric8.maven.docker.config
Class RunVolumeConfiguration
- java.lang.Object
-
- io.fabric8.maven.docker.config.RunVolumeConfiguration
-
- All Implemented Interfaces:
Serializable
public class RunVolumeConfiguration extends Object implements Serializable
Run configuration for volumes.- Since:
- 08/12/14
- Author:
- roland
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRunVolumeConfiguration.Builder
-
Constructor Summary
Constructors Constructor Description RunVolumeConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getBind()List of docker bind specification for mounting local directoriesList<String>getFrom()List of images to mount from
-