Docker Compose 部署 EFK
准备环境系统版本:CentOS 7.6
服务器配置:2H 4G
软件版本(docker镜像):
elasticsearch 6.6.0kibana 6.6.0filebeat 6.6.0
安装 Docker-CE添加 stable 版本的 docker 仓库$ sudo yum-config-manager \ --add-repo \ https://download.docker.com/linux/centos/docker-ce.repo
安装 docker-ce安装最新版的 docker$ yum install docker-ce docker-ce-cli containerd.io
安装指定版本 docker
查询可安装的版本:
$ yum list docker-ce --showduplicates | sort -r * updates: mirrors.tuna.tsinghua.edu.cnLoading mirror speeds from cached hostfileLoaded plugins: fastestmi ...