com.github.dockerjava.api.command
Interface UnpauseContainerCmd

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

public interface UnpauseContainerCmd
extends DockerCmd<Void>

Unpause a container.


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

Method Detail

getContainerId

String getContainerId()

withContainerId

UnpauseContainerCmd 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.