com.github.dockerjava.api.command
Interface WaitContainerCmd

All Superinterfaces:
DockerCmd<Integer>
All Known Implementing Classes:
WaitContainerCmdImpl

public interface WaitContainerCmd
extends DockerCmd<Integer>

Wait a container Block until container stops, then returns its exit code


Nested Class Summary
static interface WaitContainerCmd.Exec
           
 
Method Summary
 String getContainerId()
           
 WaitContainerCmd withContainerId(String containerId)
           
 
Methods inherited from interface com.github.dockerjava.api.command.DockerCmd
exec
 

Method Detail

getContainerId

String getContainerId()

withContainerId

WaitContainerCmd withContainerId(String containerId)


Copyright © 2014. All rights reserved.