Class DockerContainerVolume

    • Constructor Detail

      • DockerContainerVolume

        public DockerContainerVolume()
      • DockerContainerVolume

        public DockerContainerVolume​(DockerContainerVolume source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getContainerPath

        public String getContainerPath()
        Get 容器路径
        Returns:
        ContainerPath 容器路径
      • setContainerPath

        public void setContainerPath​(String ContainerPath)
        Set 容器路径
        Parameters:
        ContainerPath - 容器路径
      • getHostPath

        public String getHostPath()
        Get 主机路径
        Returns:
        HostPath 主机路径
      • setHostPath

        public void setHostPath​(String HostPath)
        Set 主机路径
        Parameters:
        HostPath - 主机路径