您好,登錄后才能下訂單哦!
這篇文章主要講解了“docker常用的命令總結”,文中的講解內容簡單清晰,易于學習與理解,下面請大家跟著小編的思路慢慢深入,一起來研究和學習“docker常用的命令總結”吧!
attach Attach local standard input, output, and error streams to a running container # 當前 shell 下 attach 連接指定運行鏡像
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 # 創建一個新的容器,同 run,但不啟動容器
diff Inspect changes to files or directories on a container's filesystem # 查看docker 容器變化
events Get real time events from the server # 從 docker 服務獲取容器實時事件
exec Run a command in a running container # 在已存在的容器上運行命令
export Export a container's filesystem as a tar archive # 導出容器的內容流作為一個 tar 歸檔文件【對應 import】
history Show the history of an image # 展示一個鏡像形成歷史
images List images # 列出系統當前鏡像
import Import the contents from a tarball to create a filesystem image # 從tar 包中的內容創建一個新的文件系統映像【對應 export 】
info Display system-wide information # 顯示系統相關信息
inspect Return low-level information on Docker objects # 查看容器詳細信息
kill Kill one or more running containers # kill 指定 docker 容器
load Load an image from a tar archive or STDIN # 從一個tar包中加載一個鏡像【對應 save 】
login Log in to a Docker registry # 注冊或者登錄一個 docker 源服務器
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 # 從 docker 鏡像源服務器拉取指定鏡像或者庫鏡像
push Push an image or a repository to a registry # 推送指定鏡像或者庫鏡像至 docker 源服務器
rename Rename a container #
restart Restart one or more containers # 重啟運行的容器
rm Remove one or more containers # 移除一個或者多個容器
rmi Remove one or more images # 移除一個或多個鏡像【無容器使用該鏡像才可刪除,否則需刪除相關容器才可繼續或 -f 強制刪除】
run Run a command in a new container # 創建一個新的容器并運行一個命令
save Save one or more images to a tar archive (streamed to STDOUT by default) # 保存一個鏡像為 tar 包【對應 load】
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 # 截取容器停止時的退出狀態值
感謝各位的閱讀,以上就是“docker常用的命令總結”的內容了,經過本文的學習后,相信大家對docker常用的命令總結這一問題有了更深刻的體會,具體使用情況還需要大家實踐驗證。這里是億速云,小編將為大家推送更多相關知識點的文章,歡迎關注!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。