类 Binding
java.lang.Object
cn.taketoday.buildpack.platform.docker.type.Binding
Volume bindings to apply when creating a container.
- 从以下版本开始:
- 4.0
- 作者:
- Scott Frederick, Harry Yang
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleanstatic Bindingfrom(VolumeName sourceVolume, String destination) Create aBindingfrom the specified source and destination.static BindingCreate aBindingfrom the specified source and destination.inthashCode()static BindingCreate aBindingwith the specified value containing a host source, container destination, and options.toString()
-
字段详细资料
-
value
-
-
构造器详细资料
-
Binding
-
-
方法详细资料
-
equals
-
hashCode
public int hashCode() -
toString
-
of
Create aBindingwith the specified value containing a host source, container destination, and options.- 参数:
value- the volume binding value- 返回:
- a new
Bindinginstance
-
from
Create aBindingfrom the specified source and destination.- 参数:
sourceVolume- the volume binding host sourcedestination- the volume binding container destination- 返回:
- a new
Bindinginstance
-
from
Create aBindingfrom the specified source and destination.- 参数:
source- the volume binding host sourcedestination- the volume binding container destination- 返回:
- a new
Bindinginstance
-