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
Methods inherited from interface com.github.dockerjava.api.command.DockerCmd |
exec |
getContainerId
String getContainerId()
withContainerId
WaitContainerCmd withContainerId(String containerId)
Copyright © 2014. All rights reserved.