Package org.jenkinsci.plugins.dockerbuildstep.cmd
package org.jenkinsci.plugins.dockerbuildstep.cmd
-
ClassDescriptionThis command commits changes done in specified container and create new image from it.This command creates new container from specified image.This command creates a new image from specified Dockerfile.Parent class of all Docker commands.This command kills specified container(s).This command pulls Docker image from a repository.This command pushes a Docker image on the repository.This command removes all Docker containers.This command removes specified Docker container(s).This command removes specified Docker image.This command restarts specified Docker container(s).This command saves the specified Docker image.This command starts all containers create from specified image ID.This command starts one or more Docker containers.This command stop all Docker containers.This command stops all containers create from specified image ID.This command stops one or more Docker containers.This command tags the specified Docker image.