Docker actions list

Docker action names are a mapping to the internal actions from the Docker API.

Containers

action name API description
ContainersList List containers
ContainersCreate Create containers
containersInspect Inspect container
containersListProcess List processes running inside a container
containersLogs Get container logs
containersChanges Get changes on a container’s filesystem
containersExport Export a container
containersStats Get container stats based on resource usage
containersResizeTTY Resize a container TTY
containersStart Start a container
containersStop Stop a container
containersRestart Restart a container
containersKill Kill a container
ContainersUpdate Update a container
containersRename Rename a container
containersPause Pause a container
containersAttach Unpause a container
containersAttach Attach to a container
containersAttachWebsocket Attach to a container via a websocket
containersAttachWebsocket Wait for a container
containersRemove Remove a container
containersGetInfoAboutFiles Get information about files in a container
containersGetFilesystemArchive Get an archive of a filesystem resource in a container
containersExtractArchiveToDirectory Extract an archive of files or folders to a directory in a container
containersPrune Delete stopped containers

Images

action name API description
imagesList Returns a list of images on the server.
ImagesBuild Build an image from a tar archive with a Dockerfile in it.
ImagesCreate Create an image by either pulling it from a registry or importing it.
images-delete Remove an image, along with any untagged parent images that were. referenced by that image.
ImagesInspect Return low-level information about an image.
ImagesCommit Create a new image from a container.