Docker笔记-Docker命令大全和资源汇总

Docker笔记-Docker命令大全和资源汇总

1、容器生命周期管理

  • run https://www.runoob.com/docker/docker-run-command.html

  • start/stop/restart https://www.runoob.com/docker/docker-start-stop-restart-command.html

  • kill https://www.runoob.com/docker/docker-kill-command.html

  • rm https://www.runoob.com/docker/docker-rm-command.html

  • pause/unpause https://www.runoob.com/docker/docker-pause-unpause-command.html

  • create https://www.runoob.com/docker/docker-create-command.html

  • exec https://www.runoob.com/docker/docker-exec-command.html

2、容器操作

  • ps https://www.runoob.com/docker/docker-ps-command.html

  • inspect https://www.runoob.com/docker/docker-inspect-command.html

  • top https://www.runoob.com/docker/docker-top-command.html

  • attach https://www.runoob.com/docker/docker-attach-command.html

  • events https://www.runoob.com/docker/docker-events-command.html

  • logs https://www.runoob.com/docker/docker-logs-command.html

  • wait https://www.runoob.com/docker/docker-wait-command.html

  • export https://www.runoob.com/docker/docker-export-command.html

  • port https://www.runoob.com/docker/docker-port-command.html

3、容器rootfs命令

  • commit https://www.runoob.com/docker/docker-commit-command.html

  • cp https://www.runoob.com/docker/docker-cp-command.html

  • diff https://www.runoob.com/docker/docker-diff-command.html

4、镜像仓库

  • login https://www.runoob.com/docker/docker-login-command.html

  • pull https://www.runoob.com/docker/docker-pull-command.html

  • push https://www.runoob.com/docker/docker-push-command.html

  • search https://www.runoob.com/docker/docker-search-command.html

5、本地镜像管理

  • images https://www.runoob.com/docker/docker-images-command.html

  • rmi https://www.runoob.com/docker/docker-rmi-command.html

  • tag https://www.runoob.com/docker/docker-tag-command.html

  • build https://www.runoob.com/docker/docker-build-command.html

  • history https://www.runoob.com/docker/docker-history-command.html

  • save https://www.runoob.com/docker/docker-save-command.html

  • load https://www.runoob.com/docker/docker-load-command.html

  • import https://www.runoob.com/docker/docker-import-command.html

6、info|version

  • info https://www.runoob.com/docker/docker-info-command.html

  • version https://www.runoob.com/docker/docker-version-command.html

7、Docker 资源

  • Docker 官方主页: https://www.docker.com/

  • Docker 官方博客: https://blog.docker.com/

  • Docker 官方文档: https://docs.docker.com/

  • Docker Store: https://store.docker.com/

  • Docker Cloud:https://cloud.docker.com/

  • Docker Hub: https://hub.docker.com/

  • Docker 的源代码仓库: https://github.com/moby/moby

  • Docker 发布版本历史: https://docs.docker.com/release-notes/

  • Docker 常见问题: https://docs.docker.com/engine/faq/

  • Docker 远端应用 API: https://docs.docker.com/develop/sdk/

8、Docker 国内镜像

阿里云的加速器:https://help.aliyun.com/document_detail/60750.html

网易加速器:http://hub-mirror.c.163.com

官方中国加速器:https://registry.docker-cn.com

ustc 的镜像:https://docker.mirrors.ustc.edu.cn

daocloud:https://www.daocloud.io/mirror#accelerator-doc

如果有更好的资源,欢迎通过下面的笔记来分享。

相关推荐
Patrick_Wilson1 天前
从「改个端口」到 502:Next.js on k8s 的容器端口、Service 映射与 env 覆盖
docker·kubernetes·next.js
Suroy1 天前
DockerView-Go:用 Go 写一个终端 Docker 监控工具,顺便做了个 Web 仪表盘
docker
云恒要逆袭1 天前
运行你的第一个Docker容器
后端·docker·容器
宋均浩2 天前
# Docker 镜像瘦身实战:从 1.2G 到 80MB 的五个优化步骤
ci/cd·docker
程序员老赵3 天前
10 分钟部署 OpenCode:Docker 一键安装,浏览器打开就能用 AI 写代码(附完整命令与排错)
docker·容器·ai编程
WangMingHua1113 天前
LM Studio Docker 部署——本地大模型一键启动
docker
曲幽4 天前
别再用网页翻译看源码了!你的私人翻译神器LibreTranslate,部署避坑指南来了
python·docker·web·pot·translate·libretranslate·arogstranslate
武子康6 天前
调查研究-183 Apple container:Mac 上用轻量 VM 跑 Linux 容器,Swift 会改写本地容器体验吗?
docker·容器·apple
Alsn869 天前
等待学习-学习目录:Docker 容器安全攻防
学习·安全·docker
程序员老赵9 天前
服务器没有桌面?Docker 跑个 Chrome,浏览器就能远程用
docker·容器·devops