blob: 4644fc57625fb3e18eabcdefebe347d70c2ff011 (
plain)
| 1
2
3
4
5
6
 | <h1>docker</h1>  <p><br></p> <p>The base command for the Docker CLI.</p>  <h2 id="child-commands">Child commands</h2> <table> <thead> <tr> <td>Command</td> <td>Description</td> </tr> </thead> <tbody> <tr> <td><a href="../attach/index">docker attach</a></td> <td>Attach local standard input, output, and error streams to a running container</td> </tr> <tr> <td><a href="../build/index">docker build</a></td> <td>Build an image from a Dockerfile</td> </tr> <tr> <td><a href="../builder/index">docker builder</a></td> <td>Manage builds</td> </tr> <tr> <td><a href="../checkpoint/index">docker checkpoint</a></td> <td>Manage checkpoints</td> </tr> <tr> <td><a href="../commit/index">docker commit</a></td> <td>Create a new image from a container’s changes</td> </tr> <tr> <td><a href="../config/index">docker config</a></td> <td>Manage Docker configs</td> </tr> <tr> <td><a href="../container/index">docker container</a></td> <td>Manage containers</td> </tr> <tr> <td><a href="../context/index">docker context</a></td> <td>Manage contexts</td> </tr> <tr> <td><a href="../cp/index">docker cp</a></td> <td>Copy files/folders between a container and the local filesystem</td> </tr> <tr> <td><a href="../create/index">docker create</a></td> <td>Create a new container</td> </tr> <tr> <td><a href="../diff/index">docker diff</a></td> <td>Inspect changes to files or directories on a container’s filesystem</td> </tr> <tr> <td><a href="../events/index">docker events</a></td> <td>Get real time events from the server</td> </tr> <tr> <td><a href="../exec/index">docker exec</a></td> <td>Run a command in a running container</td> </tr> <tr> <td><a href="../export/index">docker export</a></td> <td>Export a container’s filesystem as a tar archive</td> </tr> <tr> <td><a href="../history/index">docker history</a></td> <td>Show the history of an image</td> </tr> <tr> <td><a href="../image/index">docker image</a></td> <td>Manage images</td> </tr> <tr> <td><a href="../images/index">docker images</a></td> <td>List images</td> </tr> <tr> <td><a href="../import/index">docker import</a></td> <td>Import the contents from a tarball to create a filesystem image</td> </tr> <tr> <td><a href="../info/index">docker info</a></td> <td>Display system-wide information</td> </tr> <tr> <td><a href="../inspect/index">docker inspect</a></td> <td>Return low-level information on Docker objects</td> </tr> <tr> <td><a href="../kill/index">docker kill</a></td> <td>Kill one or more running containers</td> </tr> <tr> <td><a href="../load/index">docker load</a></td> <td>Load an image from a tar archive or STDIN</td> </tr> <tr> <td><a href="../login/index">docker login</a></td> <td>Log in to a Docker registry</td> </tr> <tr> <td><a href="../logout/index">docker logout</a></td> <td>Log out from a Docker registry</td> </tr> <tr> <td><a href="../logs/index">docker logs</a></td> <td>Fetch the logs of a container</td> </tr> <tr> <td><a href="../manifest/index">docker manifest</a></td> <td>Manage Docker image manifests and manifest lists</td> </tr> <tr> <td><a href="../network/index">docker network</a></td> <td>Manage networks</td> </tr> <tr> <td><a href="../node/index">docker node</a></td> <td>Manage Swarm nodes</td> </tr> <tr> <td><a href="../pause/index">docker pause</a></td> <td>Pause all processes within one or more containers</td> </tr> <tr> <td><a href="../plugin/index">docker plugin</a></td> <td>Manage plugins</td> </tr> <tr> <td><a href="../port/index">docker port</a></td> <td>List port mappings or a specific mapping for the container</td> </tr> <tr> <td><a href="../ps/index">docker ps</a></td> <td>List containers</td> </tr> <tr> <td><a href="../pull/index">docker pull</a></td> <td>Pull an image or a repository from a registry</td> </tr> <tr> <td><a href="../push/index">docker push</a></td> <td>Push an image or a repository to a registry</td> </tr> <tr> <td><a href="../rename/index">docker rename</a></td> <td>Rename a container</td> </tr> <tr> <td><a href="../restart/index">docker restart</a></td> <td>Restart one or more containers</td> </tr> <tr> <td><a href="../rm/index">docker rm</a></td> <td>Remove one or more containers</td> </tr> <tr> <td><a href="../rmi/index">docker rmi</a></td> <td>Remove one or more images</td> </tr> <tr> <td><a href="../run/index">docker run</a></td> <td>Run a command in a new container</td> </tr> <tr> <td><a href="../save/index">docker save</a></td> <td>Save one or more images to a tar archive (streamed to STDOUT by default)</td> </tr> <tr> <td><a href="../search/index">docker search</a></td> <td>Search the Docker Hub for images</td> </tr> <tr> <td><a href="../secret/index">docker secret</a></td> <td>Manage Docker secrets</td> </tr> <tr> <td><a href="../service/index">docker service</a></td> <td>Manage services</td> </tr> <tr> <td><a href="../stack/index">docker stack</a></td> <td>Manage Docker stacks</td> </tr> <tr> <td><a href="../start/index">docker start</a></td> <td>Start one or more stopped containers</td> </tr> <tr> <td><a href="../stats/index">docker stats</a></td> <td>Display a live stream of container(s) resource usage statistics</td> </tr> <tr> <td><a href="../stop/index">docker stop</a></td> <td>Stop one or more running containers</td> </tr> <tr> <td><a href="../swarm/index">docker swarm</a></td> <td>Manage Swarm</td> </tr> <tr> <td><a href="../system/index">docker system</a></td> <td>Manage Docker</td> </tr> <tr> <td><a href="../tag/index">docker tag</a></td> <td>Create a tag TARGET_IMAGE that refers to SOURCE_IMAGE</td> </tr> <tr> <td><a href="../top/index">docker top</a></td> <td>Display the running processes of a container</td> </tr> <tr> <td><a href="../trust/index">docker trust</a></td> <td>Manage trust on Docker images</td> </tr> <tr> <td><a href="../unpause/index">docker unpause</a></td> <td>Unpause all processes within one or more containers</td> </tr> <tr> <td><a href="../update/index">docker update</a></td> <td>Update configuration of one or more containers</td> </tr> <tr> <td><a href="../version/index">docker version</a></td> <td>Show the Docker version information</td> </tr> <tr> <td><a href="../volume/index">docker volume</a></td> <td>Manage volumes</td> </tr> <tr> <td><a href="../wait/index">docker wait</a></td> <td>Block until one or more containers stop, then print their exit codes</td> </tr> </tbody> </table> <div class="_attribution">
  <p class="_attribution-p">
    © 2019 Docker, Inc.<br>Licensed under the Apache License, Version 2.0.<br>Docker and the Docker logo are trademarks or registered trademarks of Docker, Inc. in the United States and/or other countries.<br>Docker, Inc. and other parties may also have trademark rights in other terms used herein.<br>
    <a href="https://docs.docker.com/engine/reference/commandline/docker/" class="_attribution-link">https://docs.docker.com/engine/reference/commandline/docker/</a>
  </p>
</div>
 |