Class DockerInspectCommand
java.lang.Object
org.apache.storm.container.docker.DockerCommand
org.apache.storm.container.docker.DockerInspectCommand
Encapsulates the docker inspect command and its command line arguments.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the full command.Methods inherited from class org.apache.storm.container.docker.DockerCommand
addCommandArguments, getCommandOption
-
Constructor Details
-
DockerInspectCommand
-
-
Method Details
-
withGettingContainerStatus
-
getCommandWithArguments
Get the full command.- Overrides:
getCommandWithArguments
in classDockerCommand
- Returns:
- the full command.
-