public class DockerInspectCommand extends DockerCommand
Encapsulates the docker inspect command and its command line arguments.
Constructor and Description |
---|
DockerInspectCommand(String containerName) |
Modifier and Type | Method and Description |
---|---|
String |
getCommandWithArguments()
Get the full command.
|
DockerInspectCommand |
withGettingContainerStatus() |
addCommandArguments, getCommandOption
public DockerInspectCommand(String containerName)
public DockerInspectCommand withGettingContainerStatus()
public String getCommandWithArguments()
Get the full command.
getCommandWithArguments
in class DockerCommand
Copyright © 2022 The Apache Software Foundation. All rights reserved.