Skip to content

Commit aff79de

Browse files
Update README.md
1 parent ab534f7 commit aff79de

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

‎README.md‎

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -822,6 +822,30 @@
822822

823823

824824

825+
*[Docker](https://github.com/JavaInterviewHub/JavaInterview/blob/main/Docker.md)
826+
*[1.什么Docker](https://github.com/JavaInterviewHub/JavaInterview/blob/main/Docker.md#1什么docker)
827+
*[2.Docker与虚拟机有何不同](https://github.com/JavaInterviewHub/JavaInterview/blob/main/Docker.md#2docker与虚拟机有何不同)
828+
*[3.什么是Docker镜像](https://github.com/JavaInterviewHub/JavaInterview/blob/main/Docker.md#3什么是docker镜像)
829+
*[4.什么是Docker容器](https://github.com/JavaInterviewHub/JavaInterview/blob/main/Docker.md#4什么是docker容器)
830+
*[5.Docker容器有几种状态](https://github.com/JavaInterviewHub/JavaInterview/blob/main/Docker.md#5docker容器有几种状态)
831+
*[6.DockerFile中最常见的指定是什么?](https://github.com/JavaInterviewHub/JavaInterview/blob/main/Docker.md#6dockerfile中最常见的指定是什么)
832+
*[7.DockerFile中的命令COPY和ADD命令有什么区别?](https://github.com/JavaInterviewHub/JavaInterview/blob/main/Docker.md#7dockerfile中的命令copy和add命令有什么区别)
833+
*[8.Docker的常用命令?](https://github.com/JavaInterviewHub/JavaInterview/blob/main/Docker.md#8docker的常用命令)
834+
*[9.容器与主机之间的数据拷贝命令?](https://github.com/JavaInterviewHub/JavaInterview/blob/main/Docker.md#9容器与主机之间的数据拷贝命令)
835+
*[10.启动nginx容器(随机端口映射),并挂载本地文件目录到容器html的命令?](https://github.com/JavaInterviewHub/JavaInterview/blob/main/Docker.md#10启动nginx容器随机端口映射并挂载本地文件目录到容器html的命令)
836+
*[11.如何使用 Docker 技术创建与环境无关的容器系统?](https://github.com/JavaInterviewHub/JavaInterview/blob/main/Docker.md#11如何使用-docker-技术创建与环境无关的容器系统)
837+
*[12.有什么方法确定一个 Docker 容器运行状态](https://github.com/JavaInterviewHub/JavaInterview/blob/main/Docker.md#12有什么方法确定一个-docker-容器运行状态)
838+
*[13. Docker Image 和 Docker Layer (层) 有什么不同](https://github.com/JavaInterviewHub/JavaInterview/blob/main/Docker.md#13-docker-image-和-docker-layer-层-有什么不同)
839+
*[14.如何停止所有正在运行的容器?](https://github.com/JavaInterviewHub/JavaInterview/blob/main/Docker.md#14如何停止所有正在运行的容器)
840+
*[15.如何清理批量后台停止的容器?](https://github.com/JavaInterviewHub/JavaInterview/blob/main/Docker.md#15如何清理批量后台停止的容器)
841+
*[16.如何临时退出一个正在交互的容器的终端,而不终止它?](https://github.com/JavaInterviewHub/JavaInterview/blob/main/Docker.md#16如何临时退出一个正在交互的容器的终端而不终止它)
842+
*[17.Docker 群(Swarm)是什么](https://github.com/JavaInterviewHub/JavaInterview/blob/main/Docker.md#17docker-群swarm是什么)
843+
*[18.在使用 Docker 技术的产品中如何监控其运行](https://github.com/JavaInterviewHub/JavaInterview/blob/main/Docker.md#18在使用-docker-技术的产品中如何监控其运行)
844+
*[19.什么是孤儿卷及如何删除它?](https://github.com/JavaInterviewHub/JavaInterview/blob/main/Docker.md#19什么是孤儿卷及如何删除它)
845+
*[20.在 Windows 系统上可以运行原生的 Docker 容器吗?](https://github.com/JavaInterviewHub/JavaInterview/blob/main/Docker.md#20在-windows-系统上可以运行原生的-docker-容器吗)
846+
*[21.在 非 Linux 操作系统平台上如何运行 Docker ?](https://github.com/JavaInterviewHub/JavaInterview/blob/main/Docker.md#21在-非-linux-操作系统平台上如何运行-docker-)
847+
*[参考链接](https://github.com/JavaInterviewHub/JavaInterview/blob/main/Docker.md#参考链接)
848+
825849

826850

827851

0 commit comments

Comments
(0)