Docker命令集锦-Docker操作命令

1、Docker操作命令

1.1、Docker命令汇总

语法:docker [OPTIONS] COMMAND
选项:

选项 英文说明&中文说明
--config string Location of client config files (default "/root/.docker")
客户端配置文件的位置(默认为“/root/.docker”)
-c, --context string Name of the context to use to connect to the daemon(overrides DOCKER_HOST env var and default context set with "docker context use")
用于连接守护进程的上下文的名称(覆盖DOCKER_HOST env var和用“docker context use”设置的默认上下文)
-D, --debug Enable debug mode
启用调试模式
-H, --host list Daemon socket(s) to connect to
要连接的守护进程套接字
-l, --log-level string Set the logging evel("debug"|"info"|"warn"|"error"|"fatal") (default "info")
设置日志级别("debug"|"info"|"warn"|"error"|"fatal")(默认"info")
--tls Use TLS; implied by --tlsverify
使用TLS;暗示了——tlsverify
--tlscacert string Trust certs signed only by this CA (default "/root/.docker/ca.pem")
仅由此CA签名的信任证书(默认为“/root/.docker/ CA .pem”)
--tlscert string Path to TLS certificate file (default "/root/.docker/cert.pem")
TLS证书文件的路径(默认为“/root/.docker/cert.pem”)
--tlskey string Path to TLS key file (default "/root/.docker/key.pem")
TLS密钥文件的路径(默认为“/root/.docker/key.pem”)
--tlsverify Use TLS and verify the remote
使用TLS并验证远程
-v, --version Print version information and quit
打印版本信息并退出

管理命令:

命令 英文说明&中文说明
builder Manage builds
管理构建
config Manage Docker configs
管理Docker配置
container Manage containers
管理容器
context Manage contexts
管理上下文
engine Manage the docker engine
管理Docker引擎
image Manage images
管理镜像
network Manage networks
管理网络
node Manage Swarm nodes
管理集群节点
plugin Manage plugins
管理插件
secret Manage Docker secrets
管理Docker的加密
service Manage services
管理服务
stack Manage Docker stacks
管理Docker栈
swarm Manage Swarm
管理集群
system Manage Docker
管理Docker
trust Manage trust on Docker images
管理Docker镜像的信任
volume Manage volumes
管理卷

命令:

命令 英文说明&中文说明
attach Attach local standard input, output, and error streams to a running container
将本地标准输入、输出和错误流附加到正在运行的容器中
build Build an image from a Dockerfile
从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 to files or directories 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
将容器的文件系统导出为tar归档文件
history Show the history of an image
显示镜像的构建历史
images List images
镜像列表
import Import the contents from a tarball to create a filesystem image
从tarball导入内容以创建文件系统映像
info Display system-wide information
显示整个系统的信息
inspect Return low-level information on Docker objects
返回Docker对象的低级信息
kill Kill one or more running containers
杀死一个或多个正在运行的容器
load Load an image from a tar archive or STDIN
从tar存档或STDIN加载镜像
login Log in to a Docker registry
登录到Docker registry
logout Log out from a Docker registry
从Docker registry注销
logs Fetch the logs of a container
获取容器的日志
pause Pause all processes within one or more containers
暂停一个或多个容器中的所有进程
port List port mappings or a specific mapping for the container
列出端口映射或容器的特定映射
ps List containers
容器列表
pull Pull an image or a repository from a registry
从registry中提取镜像或存储库
push Push an image or a repository to a registry
将映像或存储库推入registry
rename Rename a container
容器重命名
restart Restart one or more containers
重启一个或多个容器
rm Remove one or more containers
移除一个或多个容器
rmi Remove one or more images
移除一个或多个镜像
run Run a command in a new container
在新容器中运行命令
save Save one or more images to a tar archive (streamed to STDOUT by default)
将一个或多个镜像保存到tar存档(默认情况下流到STDOUT)
search Search the Docker Hub for images
在Docker Hub中搜索镜像
start Start one or more stopped containers
启动一个或多个停止的容器
stats Display a live stream of container(s) resource usage statistics
显示容器资源使用统计信息的实时流
stop Stop one or more running containers
停止一个或多个正在运行的容器
tag Create a tag TARGET_IMAGE that refers to SOURCE_IMAGE
创建一个引用源镜像的目标镜像标记
top Display the running processes of a container
显示容器的运行进程
unpause Unpause all processes within one or more containers
在一个或多个容器中暂停所有进程
update Update configuration of one or more containers
更新一个或多个容器的配置
version Show the Docker version information
显示Docker版本信息
wait Block until one or more containers stop, then print their exit codes
阻塞,直到一个或多个容器停止,然后打印它们的退出代码
1.2、搜索镜像命令

语法: docker search [OPTIONS] TERM
选项:

选项 英文说明 中文说明
-f, --filter filter Filter output based on conditions provided 根据提供的条件过滤输出
--format string Pretty-print search using a Go template 使用Go模板进行漂亮的打印搜索
--limit int Max number of search results (default 25) 最多搜寻结果数目(预设25个)
--no-trunc Don't truncate output 不截断输出
[root@Server ~]# docker search centos
NAME                               DESCRIPTION                                     STARS               OFFICIAL            AUTOMATED
centos                             The official build of CentOS.                   5945                [OK]  
ansible/centos7-ansible            Ansible on Centos7                              128                                     [OK]
consol/centos-xfce-vnc             Centos container with "headless" VNC session…   114                                     [OK]
jdeathe/centos-ssh                 OpenSSH / Supervisor / EPEL/IUS/SCL Repos - …   114                                     [OK]
centos/mysql-57-centos7            MySQL 5.7 SQL database server                   74                        
imagine10255/centos6-lnmp-php56    centos6-lnmp-php56                              58                                      [OK]
tutum/centos                       Simple CentOS docker image with SSH access      45                        
centos/postgresql-96-centos7       PostgreSQL is an advanced Object-Relational …   43                        
kinogmt/centos-ssh                 CentOS with SSH                                 29                                      [OK]
pivotaldata/centos-gpdb-dev        CentOS image for GPDB development. Tag names…   11                        
guyton/centos6                     From official centos6 container with full up…   10                                      [OK]
drecom/centos-ruby                 centos ruby                                     6                                       [OK]
centos/tools                       Docker image that has systems administration…   6                                       [OK]
pivotaldata/centos                 Base centos, freshened up a little with a Do…   4                         
pivotaldata/centos-mingw           Using the mingw toolchain to cross-compile t…   3                         
pivotaldata/centos-gcc-toolchain   CentOS with a toolchain, but unaffiliated wi…   3                         
mamohr/centos-java                 Oracle Java 8 Docker image based on Centos 7    3                                       [OK]
darksheer/centos                   Base Centos Image -- Updated hourly             3                                       [OK]
miko2u/centos6                     CentOS6 日本語環境                               2                                       [OK]
mcnaughton/centos-base             centos base image                               1                                       [OK]
blacklabelops/centos               CentOS Base Image! Built and Updates Daily!     1                                       [OK]
indigo/centos-maven                Vanilla CentOS 7 with Oracle Java Developmen…   1                                       [OK]
pivotaldata/centos7-dev            CentosOS 7 image for GPDB development           0                         
smartentry/centos                  centos with smartentry                          0                                       [OK]
pivotaldata/centos6.8-dev          CentosOS 6.8 image for GPDB development         0  
©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 205,033评论 6 478
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 87,725评论 2 381
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 151,473评论 0 338
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 54,846评论 1 277
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 63,848评论 5 368
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 48,691评论 1 282
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 38,053评论 3 399
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 36,700评论 0 258
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 42,856评论 1 300
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 35,676评论 2 323
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 37,787评论 1 333
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 33,430评论 4 321
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 39,034评论 3 307
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 29,990评论 0 19
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 31,218评论 1 260
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 45,174评论 2 352
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 42,526评论 2 343

推荐阅读更多精彩内容