Class VolumeMountConfig
- java.lang.Object
-
- org.honton.chas.podman.maven.plugin.config.VolumeMountConfig
-
public class VolumeMountConfig extends Object
Volume mount configuration
-
-
Field Summary
Fields Modifier and Type Field Description String
destination
Absolute path of container directoryboolean
readonly
Container access is readonlyString
source
Volume name
-
Constructor Summary
Constructors Constructor Description VolumeMountConfig()
-