com.github.dockerjava.api.command
Interface PauseContainerCmd

All Superinterfaces:
DockerCmd<Void>
All Known Implementing Classes:
PauseContainerCmdImpl

public interface PauseContainerCmd
extends DockerCmd<Void>

Pause a container.


Nested Class Summary
static interface PauseContainerCmd.Exec
           
 
Method Summary
 Void exec()
           
 String getContainerId()
           
 PauseContainerCmd withContainerId(String containerId)
           
 

Method Detail

getContainerId

String getContainerId()

withContainerId

PauseContainerCmd withContainerId(String containerId)

exec

Void exec()
          throws NotFoundException
Specified by:
exec in interface DockerCmd<Void>
Throws:
NotFoundException - No such container


Copyright © 2014. All Rights Reserved.