最美情侣中文字幕电影,在线麻豆精品传媒,在线网站高清黄,久久黄色视频

歡迎光臨散文網(wǎng) 會員登陸 & 注冊

docker命令選項【中英】

2023-03-03 19:25 作者:NKXSZZD  | 我要投稿

官方參考

https://docs.docker.com/engine/reference/commandline/docker/


root@zzd-f220A10C:/home/zzd/angel/angel_docker_/angel-Release-3.2.0# docker


Usage:? docker [OPTIONS] COMMAND


A self-sufficient runtime for containers


Common Commands:

? run? ? ? ? ?Create and run a new container from an image 運行 從圖像創(chuàng)建并運行新容器

? exec? ? ? ? Execute a command in a running container 在正在運行的容器中執(zhí)行命令

? ps? ? ? ? ? List containers 列出容器

? build? ? ? ?Build an image from a Dockerfile 從 Dockerfile 構建鏡像

? pull? ? ? ? Download an image from a registry 從倉庫中下載鏡像

? push? ? ? ? Upload an image to a registry 將鏡像上傳到倉庫

? images? ? ? List images 鏡像列表

? login? ? ? ?Log in to a registry 登錄倉庫

? logout? ? ? Log out from a registry 從倉庫中注銷

? search? ? ? Search Docker Hub for images 在 Docker Hub 中搜索鏡像

? version? ? ?Show the Docker version information 顯示Docker版本信息

? info? ? ? ? Display system-wide information 顯示系統(tǒng)范圍的信息


Management Commands: 管理命令:

? builder? ? ?Manage builds 管理構建

? buildx*? ? ?Docker Buildx (Docker Inc., v0.10.2)

? compose*? ? Docker Compose (Docker Inc., v2.16.0)

? container? ?Manage containers 管理容器

? context? ? ?Manage contexts 管理上下文

? image? ? ? ?Manage images 管理鏡像

? manifest? ? Manage Docker image manifests and manifest lists 管理 Docker 鏡像清單和清單列表

? network? ? ?Manage networks 管理網(wǎng)絡

? plugin? ? ? Manage plugins 管理插件

? scan*? ? ? ?Docker Scan (Docker Inc., v0.23.0) Docker 掃描

? system? ? ? Manage Docker 管理 Docker

? trust? ? ? ?Manage trust on Docker images 管理對 Docker 鏡像的信任

? volume? ? ? Manage volumes 管理卷


??

Swarm Commands: 集群命令:

? swarm 群? ? ? Manage Swarm 管理群

? ?


Commands:

? attach? ? ? Attach local standard input, output, and error streams to a running container

將本地標準輸入、輸出和錯誤流附加到正在運行的容器

注意: 如果從這個容器退出,會導致容器的停止。

? commit? ? ? Create a new image from a container's changes

從容器的更改中創(chuàng)建一個新鏡像

? cp? ? ? ? ? Copy files/folders between a container and the local filesystem

在容器和本地文件系統(tǒng)之間復制文件/文件夾

? create? ? ? Create a new container

創(chuàng)建一個新的容器

? diff? ? ? ? Inspect changes to files or directories on a container's filesystem

檢查容器文件系統(tǒng)上文件或目錄的更改

? events? ? ? Get real time events from the server

從服務器獲取實時事件

? export? ? ? Export a container's filesystem as a tar archive

將容器的文件系統(tǒng)導出為 tar 存檔

? history? ? ?Show the history of an image

顯示鏡像的歷史

? import? ? ? Import the contents from a tarball to create a filesystem image

從 tarball 導入內容以創(chuàng)建文件系統(tǒng)映像

? 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 加載鏡像

? 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

? 列出端口映射或容器的特定映射

? rename? ? ? Rename a container

? 重命名容器

? restart? ? ?Restart one or more containers

? 重啟一個或多個容器

? rm? ? ? ? ? Remove one or more containers

? 刪除一個或多個容器

? rmi? ? ? ? ?Remove one or more images

? 刪除一個或多個鏡像??

? save? ? ? ? Save one or more images to a tar archive (streamed to STDOUT by default)

將一個或多個鏡像保存到 tar 存檔(默認流式傳輸?shù)?STDOUT)

? start? ? ? ?Start one or more stopped containers

啟動一個或多個停止的容器

? stats? ? ? ?Display a live stream of container(s) resource usage statistics

顯示容器資源使用統(tǒng)計的實時流

? stop? ? ? ? Stop one or more running containers

停止一個或多個正在運行的容器

? tag? ? ? ? ?Create a tag TARGET_IMAGE that refers to SOURCE_IMAGE

創(chuàng)建一個引用 SOURCE_IMAGE 的標簽 TARGET_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

更新一個或多個容器的配置

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

等待阻塞直到一個或多個容器停止,然后打印它們的退出代碼


Global Options:

? ? ? --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 level ("debug", "info", "warn", "error", "fatal") (default "info")

? 設置日志級別 ("debug", "info", "warn", "error", "fatal") (default "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

? 打印版本信息并退出


Run 'docker COMMAND --help' for more information on a command.


For more help on how to use Docker, head to https://docs.docker.com/go/guides/


docker命令選項【中英】的評論 (共 條)

分享到微博請遵守國家法律
望谟县| 积石山| 旬邑县| 雷州市| 东阳市| 正宁县| 云龙县| 龙陵县| 理塘县| 涡阳县| 扶绥县| 平罗县| 延庆县| 铜陵市| 淮阳县| 余庆县| 青河县| 门源| 昆山市| 临沂市| 隆安县| 六盘水市| 同仁县| 同心县| 怀远县| 新昌县| 开原市| 健康| 新和县| 澄城县| 广河县| 清水县| 峨眉山市| 海口市| 舞钢市| 宁波市| 西盟| 德阳市| 金乡县| 松江区| 屏东县|