五月天青色头像情侣网名,国产亚洲av片在线观看18女人,黑人巨茎大战俄罗斯美女,扒下她的小内裤打屁股

歡迎光臨散文網(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命令選項【中英】的評論 (共 條)

分享到微博請遵守國家法律
五原县| 扎囊县| 滨州市| 行唐县| 六枝特区| 建德市| 祁门县| 广昌县| 德安县| 泸定县| 岢岚县| 邳州市| 抚顺县| 建宁县| 涟水县| 南陵县| 榆社县| 徐汇区| 紫云| 张家口市| 彝良县| 定结县| 平利县| 凉山| 哈巴河县| 体育| 青铜峡市| 轮台县| 镇原县| 施甸县| 巴南区| 吉首市| 青州市| 白河县| 黄平县| 东源县| 三亚市| 宣恩县| 新沂市| 阿城市| 渝中区|