Docker使用方式
Usage: docker [OPTIONS] COMMAND [arg...]
docker daemon [ --help | ... ]
docker [ --help | -v | --version ]
可选参数:
Options:
--config=~/.docker Location of client config files
-D, --debug Enable debug mode
-H, --host=[] Daemon socket(s) to connect to
-h, --help Print usage
-l, --log-level=info Set the logging level
--tls Use TLS; implied by --tlsverify
--tlscacert=~/.docker/ca.pem Trust certs signed only by this CA
--tlscert=~/.docker/cert.pem Path to TLS certificate file
--tlskey=~/.docker/key.pem Path to TLS key file
--tlsverify Use TLS and verify the remote
-v, --version Print version information and quit
命令行:
Commands:
- attach Attach to a running container
- build Build an image from a Dockerfile
- commit Create a new image from a container's changes
- cp Copy files/folders between a container and the local filesystem
- create Create a new container
- diff Inspect changes on a container's filesystem
- events Get real time events from the server
- exec Run a command in a running container
- export Export a container's filesystem as a tar archive
- history Show the history of an image
- images List images
- import Import the contents from a tarball to create a filesystem image
- info Display system-wide information
- inspect Return low-level information on a container or image
- kill Kill a running container
- load Load an image from a tar archive or STDIN
- login Register or log in to a Docker registry
- logout Log out from a Docker registry
- logs Fetch the logs of a container
- network Manage Docker networks
- pause Pause all processes within a container
- port List port mappings or a specific mapping for the CONTAINER
- ps List containers
- pull Pull an image or a repository from a registry
- push Push an image or a repository to a registry
- rename Rename a container
- restart Restart a container
- rm Remove one or more containers
- rmi Remove one or more images
- run Run a command in a new container
- save Save an image(s) to a tar archive
- search Search the Docker Hub for images
- start Start one or more stopped containers
- stats Display a live stream of container(s) resource usage statistics
- stop Stop a running container
- tag Tag an image into a repository
- top Display the running processes of a container
- unpause Unpause all processes within a container
- update Update resources of one or more containers
- version Show the Docker version information
- volume Manage Docker volumes
- wait Block until a container stops, then print its exit code
相关推荐
Docker在操作的过程中,会遇到很多的命令,每一次使用查询起来都比较麻烦,所以我整理了一份Docker 常用命令大全分享给大家,这样在实用的过程中,直接在文档搜索就可以了,更加的便利,需要的小伙伴可以自行下载。
Docker命令大全涵盖了Docker操作的各个方面,从启动Docker服务、管理镜像、操作容器到配置网络和数据卷等。下面将详细解析Docker命令大全,帮助用户更好地理解和使用Docker。
docker命令大全,xmind文件,用xmind即可打开。 个人总结,纯手打,大佬勿喷。
docker命令集合,集中的列出了所有的docker操作的命令,以及相关的命令说明; 包含: 服务器启动, docker系统信息, docker镜像的各种操作, 日常运行的各种命令以及组合命令 阅读建议: 保存一份到项目的readme中,...
python 操作docker 命令, docker命令操作,镜像查看,运行,删除,导出,加载等操作...
Docker命令.md
docker常用命令 整理成了思维导图 结构更清晰。 常用命令 启动/状态/关闭 service docker start|... systemctl start|... docker docker version 查看版本 docker info 查看docker详情 镜像的相关指令 ...
docker常用命令,自己亲自整理,非常网络上粘贴的不好使的命令
docker命令集合
文档包含了docker的所有命令以及命令的使用方法,需要的朋友赶紧下载。
docker 基础命令,还不是很完善继续整理中 ,对于初入门的人还是有些帮助的,1、docker基础命令 启动一个容器 Docker run -i-t ubuntu /bin/bash -i表示docker守护进程为客户端打开标准输入,而 -t:表示 打开一伪...
一些docker的常用命令分享给大家,docker简单的命令 docker compose docker 网关配置,docker
docker实战之基础命令系列docker实战之基础命令系列docker实战之基础命令系列docker实战之基础命令系列docker实战之基础命令系列docker实战之基础命令系列docker实战之基础命令系列docker实战之基础命令系列docker...
docker 命令手册
docker常用命令 Docker环境信息 — docker [info|version] 容器生命周期管理 — docker [create|exec|run|start|stop|restart|kill|rm|pause|unpause] 容器操作运维 — docker [ps|inspect|top|attach|wait|export|...