Docker 命令帮助文档|学习笔记

简介: 快速学习 Docker 命令帮助文档

开发者学堂课程【深入解析 Docker 容器化技术Docker 命令帮助文档】学习笔记,与课程紧密联系,让用户快速学习知识。

课程地址:https://developer.aliyun.com/learning/course/659/detail/10933


Docker 命令帮助文档

 

内容介绍:

一、Docker 命令介绍

 

、Docker 命令介绍

在操作 docker 的过程当中,是通过命令来进行操作,docker 命令有哪些?,可以查看帮助文档

在控制台输入 docker version

[root@localhost ~]# docker version

Client: Docker Engine - Community

version:     19.03.2

API version:   1.40

GO version:   go1.12.8

Git commit :  6a30dfc

Built :   Thu AUg 29 05:28:55 2019

OS/Arch:   linux/ amd64

Experiment al :   false

Server: Docker Engine 一Community

Engine :

version:       19.03.2

API version:    1.40 (minimum version 1.12)

GO version:    gol.12.8

Git. commit :   6a30dfc

Built :          Thu Aug 29 05:27 :34 2019

OS/Arch:       linux/ amd64

Experimental :  false

containerd:    

Version:         1.2.6

Gitcommit : 894 b81 a4 b802e4 eb2a91 d1ce216b8817763c29fb

runc:

version:         1.0.0-rc8

Gitcommit:425e105d5 a03f abd7 37 a1 26ad93d62 a9eeede87f

docker-init :

version:        0.18.0

GitCommit:      fec3683

这个 docker 整体架构是一个 C/S 架构,有版本信息,开发语言的版本。通过命令操作 docker,有哪些命令,通过docker help 查询

attach

Attach local standard input, output, and error streams 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 fi lesystem

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

history

Show the history of an image

images

List images

import

Import the contents from a tarball to create a fi lesystem image

info

Display system-wide information

inspect

Return low-level information on Docker objects

kill

Kill one or more running containers

load

Load an i mage from a tar archive or STDIN

login

Log in to a Docker registry

logout

Log out from a 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

push

Push an image or a repository to a registry

rename

Rename a container

restart

Restart one or more containers

rm

Remove one or more container S

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)

search

Search the Docker Hub for i mages

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 mor e containers

update

update conf igur at ion of one or more containens

version

show the Docker version information

wait

Block until one or more containers stop, then print their exit codes

这些都是命令,并且还有命令的说明。管理类的命令,命令后也有对命令的介绍,这些都是操作 docker 的命令。

Management Commands :

builder   manage builds

config    Manage Docker configs

container   Manage containers

context     Manage contexts

engine     manage the docker engine

image     Manage images

network    Manage networks

node      Manage Swarm nodes

plugin    Manage plugins

secret    Manage Docker secrets

service   Manage services

stack     Manage Docker stacks

swarm    Manage Swarm

system    Manage Docker

trust       Manage trust on Docker i mages

volume    manage Volumes

相关文章
|
18天前
|
安全 Docker 容器
|
18天前
|
网络安全 数据安全/隐私保护 Docker
|
5天前
|
Java 应用服务中间件 Linux
【Docker容器化技术】docker安装与部署、常用命令、容器数据卷、应用部署实战、Dockerfile、服务编排docker-compose、私有仓库
本文主要讲解了Docker的安装与部署、常用命令、容器数据卷、应用部署实战、Dockerfile、服务编排docker-compose、私有仓库以及Docker容器虚拟化与传统虚拟机比较。
【Docker容器化技术】docker安装与部署、常用命令、容器数据卷、应用部署实战、Dockerfile、服务编排docker-compose、私有仓库
|
16天前
|
存储 监控 安全
|
17天前
|
存储 关系型数据库 MySQL
|
25天前
|
网络协议 Docker 容器
docker pull命令拉取镜像失败的解决方案
docker pull命令拉取镜像失败的解决方案
567 1
|
26天前
|
安全 网络安全 开发者
Docker学习笔记(一):Docker命令总结
本文介绍了Docker的基本概念、优点以及常用命令。Docker是一个开源的应用容器引擎,它通过容器打包应用程序及其依赖项,实现快速部署和迁移。主要优点包括轻量级、可移植性、易于管理、安全性和开源性。文章还区分了镜像和容器的概念,并提供了构建镜像、查看容器、运行容器、停止和删除容器等常用Docker命令的示例。
123 0
|
1月前
|
Linux 网络安全 Docker
安装后无法使用 Docker 命令
【10月更文挑战第3天】
138 2
|
1月前
|
安全 Shell Linux
docker进入容器命令
docker进入容器命令
|
1月前
|
监控 Docker 容器
docker常用命令
本文汇总了Docker的常用命令,涵盖了镜像、容器、网络、数据卷的管理,以及系统信息查看、镜像构建、登录和注销Docker Hub,还有容器内部文件操作和事件监控,最后介绍了Docker Compose的使用方法。
21 0
下一篇
无影云桌面