Uses of Class
org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.docker.DockerCommand
Packages that use DockerCommand
Package
Description
Package containing classes related to Docker commands and common operations
used within the @{link DockerLinuxContainerRuntime}.
-
Uses of DockerCommand in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.docker
Subclasses of DockerCommand in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.dockerModifier and TypeClassDescriptionclassEncapsulates the docker exec command and its command line arguments.classEncapsulates the docker images command and its command line arguments.classEncapsulates the docker inspect command and its command line arguments.classEncapsulates the docker kill command and its command line arguments.classclassEncapsulates the docker pull command and its command line arguments.classEncapsulates the docker rm command and its command line arguments.classclassEncapsulates the docker start command and its command line arguments.classEncapsulates the docker stop command and its command line arguments.classDocker Volume Command, run "docker volume --help" for more details.Methods in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.docker with parameters of type DockerCommandModifier and TypeMethodDescriptionstatic StringDockerCommandExecutor.executeDockerCommand(DockerCommand dockerCommand, String containerId, Map<String, String> env, PrivilegedOperationExecutor privilegedOperationExecutor, boolean disableFailureLogging, Context nmContext) Execute a docker command and return the output.DockerCommand.preparePrivilegedOperation(DockerCommand dockerCommand, String containerName, Map<String, String> env, Context nmContext) Prepare the privileged operation object that will be used to invoke the container-executor.DockerInspectCommand.preparePrivilegedOperation(DockerCommand dockerCommand, String containerName, Map<String, String> env, Context nmContext) DockerRmCommand.preparePrivilegedOperation(DockerCommand dockerCommand, String containerName, Map<String, String> env, Context nmContext) DockerClient.writeCommandToTempFile(DockerCommand cmd, org.apache.hadoop.yarn.api.records.ContainerId containerId, Context nmContext)