Skip to content

filebeat Dockerfile to be usable on openshift platform

Notifications You must be signed in to change notification settings

amirmasud/openshift-filebeat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

openshift-filebeat

openshift runs docker with non-root user which its group is 0. currently filebeat official image can't be run with non-root user.

docker build . -t filebeat:7.2.0-openshift
docker run --user 10000:0 filebeat:7.2.0-openshift

About

filebeat Dockerfile to be usable on openshift platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published