JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.mandas.docker.client.messages
Interface ContainerMount
@Immutable
public interface
ContainerMount
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
destination
()
String
driver
()
String
mode
()
String
name
()
String
propagation
()
Boolean
rw
()
String
source
()
String
type
()
Method Details
type
String
type
()
name
String
name
()
source
String
source
()
destination
String
destination
()
driver
String
driver
()
mode
String
mode
()
rw
Boolean
rw
()
propagation
String
propagation
()