Summary
This namespace contains Docker operations.
Class Types
Class | Summary |
---|---|
Arguments |
Arguments builder |
AutoArrayType | Array representation in command line |
Auto |
|
AutoToolSettings | Base class for tooling that is used for autogeneration of command line arguments. |
Constants | Constants |
DockerAliases | Contains functionality for working with Docker commands. Contains functionality for working with manifest annotate command. Contains functionality for working with manifest create command. Contains functionality for working with manifest inspect command. Contains functionality for working with manifest push command. |
DockerArgument | Represents an agnostic argument. |
Docker |
Quoting mode |
DockerBridge | Bridge type |
Docker |
Settings for docker buildx bake. |
Docker |
Settings for docker buildx build. |
Docker |
Settings for docker buildx create. |
Docker |
Settings for docker buildx du. |
Docker |
Settings for docker buildx imagetools create. |
Docker |
Settings for docker buildx imagetools inspect. |
Docker |
Settings for docker buildx inspect. |
Docker |
Settings for docker buildx install. |
Docker |
Settings for docker buildx ls. |
Docker |
Settings for docker buildx prune. |
Docker |
Settings for docker buildx rm. |
Docker |
Settings for docker buildx stop. |
Docker |
Settings for docker buildx uninstall. |
Docker |
Settings for docker buildx use. |
Docker |
Settings for docker buildx version. |
Docker |
Settings for docker build. |
Docker |
Settings for docker compose cp. |
Docker |
Settings for docker build. |
Docker |
Options for DockerComposeDownSettings Rmi.
|
Docker |
Settings for docker build. |
Docker |
Settings for docker-compose exec [options] [-e KEY=VAL...] SERVICE COMMAND [ARGS...] |
Docker |
Settings for docker build. |
Docker |
Settings for docker build. |
Docker |
Settings for docker-compose port. |
Docker |
Settings for docker-compose ps. |
Docker |
Settings for docker build. |
Docker |
Settings for docker publish. |
Docker |
Settings for docker build. |
Docker |
Settings for docker build. |
Docker |
Settings for docker build. |
Docker |
Generic docker-compose settings. |
Docker |
Settings for docker build. |
DockerComposeTool |
Base class for all Docker related tools. |
Docker |
Settings for docker compose up. |
Docker |
Settings for docker Use: `cp [OPTIONS] CONTAINER:SRC_PATH DEST_PATH|-. Copy files/folders between a container and the local filesystem |
Docker |
Settings for docker create [OPTIONS] IMAGE [COMMAND] [ARG...]. Create a new container |
Docker |
Settings for docker exec [OPTIONS] CONTAINER COMMAND [ARG...]. Run a command in a running container |
Docker |
Settings for docker logs [OPTIONS] CONTAINER. Fetch the logs of a container |
Docker |
Settings for docker volume ls. |
Docker |
Settings for docker ps [OPTIONS] List containers |
Docker |
Settings for docker rm [OPTIONS] CONTAINER [CONTAINER...]. Remove one or more containers |
Docker |
Settings for docker run [OPTIONS] IMAGE [COMMAND] [ARG...]. Run a command in a new container |
Docker |
Settings for docker start [OPTIONS] CONTAINER [CONTAINER...]. Start one or more stopped containers |
Docker |
Settings for docker stop [OPTIONS] CONTAINER [CONTAINER...]. Stop one or more running containers |
Docker |
Settings for docker login [OPTIONS] [SERVER]. Log in to a Docker registry |
Docker |
Settings for docker build [OPTIONS] PATH | URL | -. Build an image from a Dockerfile |
Docker |
Settings for docker load [OPTIONS]. Load an image from a tar archive or STDIN |
Docker |
Settings for docker volume ls. |
Docker |
Settings for docker prune [OPTIONS]. Remove unused images |
Docker |
Settings for docker pull [OPTIONS] NAME[:TAG|@DIGEST]. Pull an image or a repository from a registry |
Docker |
Settings for docker push [OPTIONS] NAME[:TAG]. Push an image or a repository to a registry |
Docker |
Settings for docker rmi [OPTIONS] IMAGE [IMAGE...]. Remove one or more images |
Docker |
Settings for docker save [OPTIONS] IMAGE [IMAGE...]. Save one or more images to a tar archive (streamed to STDOUT by default) |
Docker |
Settings for docker tag SOURCE_IMAGE[:TAG] TARGET_IMAGE[:TAG]. Create a tag TARGET_IMAGE that refers to SOURCE_IMAGE |
Docker |
Settings for `docker manifest annotate [OPTIONS] MANIFEST_LIST MANIFEST` Add additional information to a local image manifest |
Docker |
Settings for `docker manifest create MANIFEST_LIST MANIFEST [MANIFEST...]` Create a local manifest list for annotating and pushing to a registry |
Docker |
Settings for `docker manifest inspect [OPTIONS] [MANIFEST_LIST] MANIFEST` Display an image manifest, or manifest list |
Docker |
Settings for `docker manifest push [OPTIONS] MANIFEST_LIST` Push a manifest list to a repository |
Docker |
Settings for docker connect [OPTIONS] NETWORK CONTAINER. Connect a container to a network |
Docker |
Settings for docker create [OPTIONS] NETWORK. Create a network |
Docker |
Settings for docker disconnect [OPTIONS] NETWORK CONTAINER. Disconnect a container from a network |
Docker |
Settings for docker network rm NETWORK [NETWORK...]. Remove one or more networks |
Docker |
Settings for docker login [OPTIONS] [SERVER]. Log in to a Docker registry |
Docker |
Settings for docker logout [SERVER]. Logout from a Docker registry |
Docker |
Settings for docker swarm init [OPTIONS]. Initialize a swarm |
Docker |
Settings for docker swarm join [OPTIONS] HOST:PORT. Join a swarm as a node and/or manager |
Docker |
Settings for docker swarm leave [OPTIONS]. Leave the swarm |
Docker |
Settings for docker swarm update [OPTIONS]. Update the swarm |
DockerTool |
Base class for all Docker related tools. |
Docker |
Settings for docker volume create. |
Docker |
Settings for docker volume inspect. |
Docker |
Settings for docker volume ls. |
Docker |
Settings for docker volume prune. |
Docker |
Settings for docker volume rm. |
EmptySettings | Using when there are no settings |
Experimental |
Declares settings or command as experimental |
Generic |
|
GenericDockerRunner |