Graylog-server (Open) running on rockylinux8
220
Run this container with systemd enabled dokcer run -it -p 9000:9000 --restart always -d -v /sys/fs/cgroup/:/sys/fs/cgroup:ro --cap-add SYS_ADMIN --cap-add NET_RAW --name graylog vga2378/graylog:5.1 /sbin/init
Graylog server is disabled and unconfigured You should add root_password_sha2, password_secret on /etc/graylog/server/server.conf before start server. Generate root_password_sha2 with "echo -n your_pass | shasum -a 256" Generate password_secret using "pwgen -N 1 -s 96" Finally add the binding adding "http_bind_address = 0.0.0.0:9000" for all sources, or use your custome address using examples in server.conf file.
Content type
Image
Digest
sha256:191dc4f01…
Size
972.7 MB
Last updated
almost 3 years ago
docker pull vga2378/graylog:5.1