一、Docker Doc
https://docs.docker.com/engine/install/centos/
https://www.elastic.co/cn/what-is/elasticsearch/
https://yeasy.gitbook.io/docker_practice/image/build
二、Docker Command
//获取镜像 $ docker pull [选项] [Docker Registry 地址[:端口号]/]仓库名[:标签] $ docker pull ubuntu:18.04 //列出镜像 $ docker image ls //删除本地镜像 $ docker image rm [选项] <镜像1> [<镜像2> ...] //查看镜像、容器、数据卷所占用的空间 $ docker system df
三、DockFile
四、
容器编排工具 K8s :
Kibana:
Nginx:
参考: