com.github.dockerjava.api.model
Class VolumeBind

java.lang.Object
  extended by com.github.dockerjava.api.model.VolumeBind

public class VolumeBind
extends Object


Constructor Summary
VolumeBind(String hostPath, String containerPath)
           
 
Method Summary
 String getContainerPath()
           
 String getHostPath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VolumeBind

public VolumeBind(String hostPath,
                  String containerPath)
Method Detail

getContainerPath

public String getContainerPath()

getHostPath

public String getHostPath()


Copyright © 2014. All rights reserved.