首页 > 解决方案 > Dockerizing ELK Stack for OpenShift (corporate)

问题描述

I'm new to docker and am currently working on dockerizing a simple ELK Stack application at work. I've seen several tutorials on how to do this, however my biggest issue is that I can't use just any existing docker image, as this is corporate code. So, from my understanding, I'll need dockerize/create 3 separate images of ELK from artifacts that we have currently available internally. My current approach so far has been to get the rpms (using RHEL7), create a dockerfile to install/expose them ect.

Reason for my approach: I am working behind a corporate firewall and proxy and don't know if downloading an official docker image is possible nor if it is compliant

So far unsuccessful, but does anyone have experience doing this?

Thanks in advance!

标签: dockeropenshiftdevopselastic-stack

解决方案


看来你env不能通过 下载internet来访问吗?因此,您只想获取与相关的Docker 映像,请参阅如何在不使用存储库的情况下将 Docker 映像从一台主机复制到另一台主机以将映像复制到您的环境。docker registrydocker imagesEFK


推荐阅读